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


In This Topic
    ErrorString Property (NumberFormatConverter)
    In This Topic
    Gets or sets the string to return when converted object is not suited to format.
    Syntax
    'Declaration
     
    Public Property ErrorString As String
    'Usage
     
    Dim instance As NumberFormatConverter
    Dim value As String
     
    instance.ErrorString = value
     
    value = instance.ErrorString
    public string ErrorString {get; set;}

    Property Value

    A System.String used to output when input value is not valid to digit.
    See Also