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


In This Topic
    EmptyEraString Property
    In This Topic
    Gets or sets the string which is filling char and show empty era time by Gregorian format when pattern has era keyword.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property EmptyEraString As String
    'Usage
     
    Dim instance As DateFormatConverter
    Dim value As String
     
    instance.EmptyEraString = value
     
    value = instance.EmptyEraString
    [DefaultValue("")]
    public string EmptyEraString {get; set;}

    Property Value

    A System.String used to output when input value is not valid to the range of Eras.
    See Also