Click or drag to resize

FixedMaskedTextProvider<T>.ConvertToValue 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: Func<String, T>
The delegate to convert text to the value.
See Also