 | SphinxString Conversion (String to SphinxString) |
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static implicit operator SphinxString (
string value
)
Public Shared Widening Operator CType (
value As String
) As SphinxString
Parameters
- value
- Type: SystemString
The value.
Return Value
Type:
SphinxStringThe result of the conversion.
See Also