MaskedEditorAttribute.Mask property
Gets or sets the mask. a = letter, 9 = numeric, * = alphanumeric.
public string? Mask { get; set; }
Property Value
The mask.
See Also
- class MaskedEditorAttribute
Gets or sets the mask. a = letter, 9 = numeric, * = alphanumeric.
public string? Mask { get; set; }
The mask.