VarToStr
Convert a variant to string value
Declaration
Source position: variants.pp line 86
function VarToStr(const V: Variant) : string;
Description
VarToStr attempts to convert the variant V to a string. If the value is Null, the result is an empty string.
See also
Name | Description |
---|---|
VarIsStr | Check if the variant is a string |
VarToStrDef | Convert a variant to string value, specifying a default |
VarToWideStr | Convert a variant to string value |