Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PlaceholderCollection Class / Remove Method / Remove(Char) Method
The character to remove from the collection.

In This Topic
    Remove(Char) Method
    In This Topic
    Removes a specific character from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal placeholder As Char _
    ) 
    public void Remove( 
       char placeholder
    )

    Parameters

    placeholder
    The character to remove from the collection.
    See Also