Click or drag to resize
SphinxString  Conversion (String to SphinxString)
Performs an implicit conversion from String to SphinxString.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static implicit operator SphinxString (
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: SphinxString
The result of the conversion.
See Also