FixedMaskedTextProviderT Class |
Namespace: Eto.Forms
public class FixedMaskedTextProvider<T> : FixedMaskedTextProvider, IMaskedTextProvider<T>, IMaskedTextProvider
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.FixedMaskedTextProvider`1"]
The FixedMaskedTextProviderT type exposes the following members.
Name | Description | |
---|---|---|
FixedMaskedTextProviderT |
Initializes a new instance of the FixedMaskedTextProviderT class.
|
Name | Description | |
---|---|---|
ConvertToText |
Gets or sets a delegate to convert the a value of type T to the mask string.
| |
ConvertToValue |
Gets or sets a delegate to convert the mask string to a value of type T | |
Value |
Gets or sets the translated value of the mask.
|