Method Convert
Convert(Type, string)
Method to convert the text into the object type requested. Usually the text contains a JSON formatted serialized object.
Declaration
public virtual object Convert(Type type, string text)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | The object type the text is converted to.  | 
    
| string | text | The text to be converted.  | 
    
Returns
| Type | Description | 
|---|---|
| object | The converted object.  |