| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
String value to use when converting a Null to a string.
Source position: variants.pp line 279
var NullAsStringValue: string = '';  | 
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.
  | 
What to do when converting Null to another type  |