Creates an instance based on the serialization of this object through a call to ToString.
Declaration Syntax
C# | Visual Basic |
public static ExpressionOperators FromString( string serializedString )
Public Shared Function FromString ( serializedString As String ) As ExpressionOperators
Parameters
- serializedString (String)
- Output of ToString.
Return Value
Remarks
i.e. ExpressionOperators.FromString( obj.ToString() ) creates an instance the same as obj.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610