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
)
Public Function EnumToString (
Optional defaultValue As T = Nothing
) As IndirectBinding(Of String)
member EnumToString :
?defaultValue : 'T
(* Defaults:
let _defaultValue = defaultArg defaultValue null
*)
-> IndirectBinding<string>
Parameters
- defaultValue (Optional)
- Type: T
Default if the value is not valid or empty.
Return Value
Type:
IndirectBindingStringBinding to the string value of the enumeration.
See Also