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


In This Topic
    ErrorString Property (DateFormatConverter)
    In This Topic
    Gets or sets the string is not suited to pattern.
    Syntax
    'Declaration
     
    Public Property ErrorString As String
    'Usage
     
    Dim instance As DateFormatConverter
    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 pattern.
    See Also