Click or drag to resize

IndirectBindingTEnumToString Method

Converts the a binding to an enumeration to/from its string representation

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IndirectBinding<string> EnumToString(
	T defaultValue = null
)

Parameters

defaultValue (Optional)
Type: T
Default if the value is not valid or empty.

Return Value

Type: IndirectBindingString
Binding to the string value of the enumeration.
See Also