KeyboardScheme Conversion (String to KeyboardScheme) |
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public static implicit operator KeyboardScheme (
string text
)
Public Shared Widening Operator CType (
text As String
) As KeyboardScheme
Parameters
- text String
- The object to convert.
Return Value
KeyboardSchemeThe converted object.
See Also