Method Convert
Convert(Type, string)
Converts raw text into requested object type via JSONUtility.FromJson.
선언
public override object Convert(Type type, string text)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The object type the text is converted to. |
string | text | The text to convert. |
반환
타입 | 설명 |
---|---|
object | Returns the converted object. |