Method Convert
Convert(Type, string)
Method to convert the text into the object type requested. Usually the text contains a JSON formatted serialized object.
선언
public virtual object Convert(Type type, string text)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The object type the text is converted to. |
string | text | The text to be converted. |
반환
타입 | 설명 |
---|---|
object | The converted object. |