[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the contents of a widestring as an array of bytes
Source position: sysunih.inc line 67
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 |