[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Convert a length in bytes to a length in characters.
Source position: sysstrh.inc line 217
function ByteToCharLen( |
const S: String; |
MaxLen: Integer |
):Integer; |
ByteToCharLen returns the number of bytes in S, but limits the result to MaxLen
This function does not take into account MBCS yet.
|
Convert a length in characters to a length in bytes. |
|
|
Convert a character index in Bytes to an Index in characters |
No notes exist for this page yet.