 | SphinxString Conversion (String to SphinxString) |
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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