DefaultValue Conversion (String to DefaultValue) |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static implicit operator DefaultValue (
string stringConst
)
Public Shared Widening Operator CType (
stringConst As String
) As DefaultValue
static implicit operator DefaultValue^ (
String^ stringConst
)
F# does not support the declaration of new casting operators.
Parameters
- stringConst
- Type: SystemString
The string constant.
Return Value
Type:
DefaultValue
The result of the conversion.
See Also