Retrieves the object described by a string representation, and a type string.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static Object FromString( string s, Type t )
Public Shared Function FromString ( _ s As String, _ t As Type _ ) As Object
public: static Object^ FromString( String^ s, Type^ t )
Parameters
- s (String)
- The string representation of the object
- t (Type)
- A string indicating the object type
Return Value
[Missing <returns> documentation for M:Flexivert.Utils.StorageHelper.FromString(System.String,System.Type)]