NullAsStringValue
String value to use when converting a Null to a string.
Declaration
Source position: variants.pp line 279
var
NullAsStringValue : string = '';
Description
NullAsStringValue is the value used when converting a Null to a string. It is only used when NullStrictConvert is False, if NullStrictConvert is True, the value of NullAsStringValue is ignored.
See also
Name | Description |
---|---|
NullStrictConvert | What to do when converting Null to another type |