StringBuffer::GetFirstCharAt

StringBuffer::GetFirstCharAt
UInt32 GetFirstCharAt(UPInt index, const char** offset) const;
Description

GetFirstCharAt returns the first character of the UTF character string.

Parameters
Parameters 
Description 
UPInt index 
Position of the character. 
const char** offset 
Pointer to the UTF encoded buffer. 
Return Value

Returns a UInt32 value containing the Unicode character.