Keyoti Search for ASP.NET API Docs
FromString Method (serializedString)
API DocumentationKeyoti.SearchEngine.SearchExpressionOperatorsFromString(String)
Keyoti Search for ASP.NET 2010
Creates an instance based on the serialization of this object through a call to ToString.
Declaration Syntax
C#Visual BasicVisual C++
public static ExpressionOperators FromString(
	string serializedString
)
Public Shared Function FromString ( _
	serializedString As String _
) As ExpressionOperators
public:
static ExpressionOperators^ FromString(
	String^ serializedString
)
Parameters
serializedString (String)
Output of ToString.
Remarks
i.e. ExpressionOperators.FromString( obj.ToString() ) creates an instance the same as obj.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609