String::GetNextChar

String::GetNextChar
UInt32 GetNextChar(const char** offset) const;
Description

GetNextChar returns the next character in the UTF-8 encoded character string.

Parameters
Parameters 
Description 
const char** offset 
Pointer to the UTF-8 string buffer. 
Return Value

A UInt32 value containing the next Unicode character.