String::GetByteIndex

String::GetByteIndex
UPInt GetByteIndex(UPInt index) const;
Description

GetByteIndex gets the byte index of the character at the position specified by the passed index value.

Parameters
Parameters 
Description 
UPInt index 
A value to determine the position of the character in the string buffer. 
Return Value

An UPInt value containing the byte index.