ColorScheme Conversion (String to ColorScheme) |
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public static implicit operator ColorScheme (
string text
)
Public Shared Widening Operator CType (
text As String
) As ColorScheme
Parameters
- text
- Type: SystemString
The object to convert.
Return Value
Type:
ColorSchemeThe converted object.
See Also