Returns the contents of a widestring as an array of bytes.
Source position: sysunih.inc line 68
function WideBytesOf( |
const Value: UnicodeString |
):TBytes; |
WideBytesOf returns the contents of the widestring Value as an array of bytes. The array will have as length twice the length of the wide string, as each wide character contains 2 bytes.
|
Create a Unicode string from an array of bytes. |