Click or drag to resize

SphinxString Constructor

Initializes a new instance of the SphinxString struct.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxString(
	string value
)

Parameters

value
Type: SystemString
The value.
See Also