Language Conversion (String to Language) |
Returns the
Language instance by its string representation.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static explicit operator Language (
string value
)
Parameters
- value
- Type: SystemString
The language string representation
Return Value
Type:
Language
The
Language instance that corresponds to the provided string representation.
See Also