[]
        
(Showing Draft Content)

C1.Win.Input.Validation.PlaceholderCollection.IndexOf

IndexOf Method

IndexOf(char)

Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.

Declaration
public int IndexOf(char placeholder)
Parameters
Type Name Description
char placeholder

The character argument.

Returns
Type Description
int