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