



NOTICE

String manipulation when converting to STRING
or WSTRING
When converting the type to STRING
or WSTRING
, the typed value is left-aligned as a string and truncated if it is too long. Therefore,
declare the return variable for the type conversion operators <>_TO_STRING
and <>_TO_WSTRING
long enough that the string has enough space without any manipulation.
The operators that convert a value into a string of type STRING
or WSTRING
require an operand that matches the target data type.
Example
