Sets whether or not newly created generic objects will convert a null reference (Nothing in Visual Basic) to empty strings.
public bool SetNullStringsToEmpty {get; set;}
'Declaration
Public Property SetNullStringsToEmpty As Boolean
Property Value
Sets whether or not newly created generic objects will convert a null reference (
Nothing in Visual Basic) to empty strings.