Convert a variant to string value.
Source position: variants.pp line 97
function VarToUnicodeStr( |
const V: Variant |
V |
|
Variant to convert. |
The string representation of the variant value.
VarToUnicodeStr attempts to convert the variant V to a string. If the value is Null, the result is an empty string.
|
Convert a variant to string value. |
|
|
Convert a variant to string value, specifying a default. |
|
|
Check if the variant is a string. |
|
|
Convert a variant to string value. |
|
|
Convert a variant to string value. |