String::GetCharAt

String::GetCharAt
UInt32 GetCharAt(UPInt index) const;
Description

GetCharAt returns the character at specified index.

Parameters
Parameters 
Description 
UPInt index 
Position at which the character is retrieved. 
Return Value

A UInt32 value containing the Unicode character.