Creates an instance based on the serialization of this object through a call to ToString.
Declaration Syntax
C# | Visual Basic | Visual 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.