MobileForms Toolkit Documentation

MaskedTextBox.FormatProvider Property

Gets or sets the IFormatProvider to use when performing type validation.

public System.IFormatProvider FormatProvider {get; set;}

Property Value

An object that implements the IFormatProvider interface.

Remarks

FormatProvider determines which symbols are used for the currency, date, and other culture-specific mask placeholders when type validation occurs and the control has a non-null ValidatingType property.

See Also

MaskedTextBox Class | Resco.Controls.MaskedTextBox Namespace