Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberFormatConverter Class / ZeroString Property


In This Topic
    ZeroString Property
    In This Topic
    Gets or sets the string to return when converted object is zero.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property ZeroString As String
    'Usage
     
    Dim instance As NumberFormatConverter
    Dim value As String
     
    instance.ZeroString = value
     
    value = instance.ZeroString
    [DefaultValue("")]
    public string ZeroString {get; set;}

    Property Value

    A System.String used to output when input value is Zero.
    See Also