API Guides > ConceptRT 3.x

Detailed Description

Functions

Int32 Length (PCChar8 text)
 Get the length. More...
 
Int32 Ascii (Char8 c)
 Convert a character to Ascii. More...
 
bool IsWhiteChar (Char8 c)
 Query if it is a white character. More...
 
bool IsAlphaNumeric (Char8 c)
 Query if it is an alphanumeric character. More...
 

Function Documentation

Int32 Ascii ( Char8  c)

Convert a character to Ascii.

Parameters
cThe ccharacter.
Returns
The ASCII value.
bool IsAlphaNumeric ( Char8  c)

Query if it is an alphanumeric character.

Parameters
cThe character.
Returns
true if it is.
bool IsWhiteChar ( Char8  c)

Query if it is a white character.

Parameters
cThe character.
Returns
true if it is.
Int32 Length ( PCChar8  text)

Get the length.

Parameters
textThe text.
Returns
The length