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: 5.3.0
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