Click or drag to resize

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; }

Property Value

Type: FuncString, T
The delegate to convert text to the value.
See Also