ByteToCharIndex
Convert a character index in Bytes to an Index in characters
Declaration
Source position: sysstrh.inc line 262
function ByteToCharIndex(const S: string; Index: SizeInt) : SizeInt;
Description
ByteToCharIndex returns the index (in characters) of the Index-th byte in S.
Errors
This function does not take into account MBCS yet.
See also
Name | Description |
---|---|
ByteToCharLen | Convert a length in bytes to a length in characters. |
CharToByteLen | Convert a length in characters to a length in bytes. |