Create a Unicode string from an array of bytes.
Source position: sysunih.inc line 67
function StringOf( |
const Bytes: TBytes |
StringOf converts an array of bytes (Bytes) to a Unicode string. It interprets the bytes as a single-byte string, using the default codepage.
To create a string where the bytes are interpreted as wide chars, use WideStringOf instead.
None.
|
Returns the contents of a widestring as an array of bytes. |
|
|
Create Unicode string from array of bytes. |