Input for WinForms | ComponentOne
C1.Win.Input.Formating Namespace / FormatInfo Class / TrimEnd Property

In This Topic
    TrimEnd Property (FormatInfo)
    In This Topic
    Gets or sets a value indicating whether trailing spaces are removed before parsing.
    Syntax
    'Declaration
     
    
    Public Property TrimEnd As Boolean
    public bool TrimEnd {get; set;}
    See Also