Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateFormatConverter Class / NullString Property


In This Topic
    NullString Property (DateFormatConverter)
    In This Topic
    Gets or sets the string to return when converted object is String.Empty or a null reference (Nothing in Visual Basic).
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property NullString As String
    'Usage
     
    Dim instance As DateFormatConverter
    Dim value As String
     
    instance.NullString = value
     
    value = instance.NullString
    [DefaultValue("")]
    public string NullString {get; set;}

    Property Value

    A System.String used to output when the input value is String.Empty or a null reference (Nothing in Visual Basic).
    See Also