Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
InsCode::ChartoCode Method

Converts a character to an InsCode::InsCodeType.

C++
static InsCodeType ChartoCode(
    char inscodechar
);
Parameters 
Description 
char inscodechar 
The character to convert. 

The converted InsCode::InsCodeType.

Exceptions 
Description 
PiaException if the specified character is not one of the allowed ones (0 through 9, D, and T).  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!