FixedMaskedTextProviderTConvertToValue Property |
Gets or sets a delegate to convert the mask string to a value of type T
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Func<string, T> ConvertToValue { get; set; }
Public Property ConvertToValue As Func(Of String, T)
Get
Set
member ConvertToValue : Func<string, 'T> with get, set
Property Value
Type:
FuncString,
TThe delegate to convert text to the value.
See Also