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