ASP.NET Core MVC コントロールヘルプ
DeserializeObject<T>(String,JsonSetting) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.JsonNet 名前空間 > JsonHelper クラス > DeserializeObject メソッド : DeserializeObject<T>(String,JsonSetting) メソッド
The type of the object to deserialize to.
The object to deserialize.
The JsonSetting used to deserialize the object. If this is null, default serialization settings will be used.
Deserializes the JSON to the specified .NET type using JsonSetting.
シンタックス
'宣言
 
Public Overloads Shared Function DeserializeObject(Of T)( _
   ByVal strJson As System.String, _
   Optional ByVal js As JsonSetting _
) As T
public static T DeserializeObject<T>( 
   System.string strJson,
   JsonSetting js
)

パラメータ

strJson
The object to deserialize.
js
The JsonSetting used to deserialize the object. If this is null, default serialization settings will be used.

型パラメータ

T
The type of the object to deserialize to.

戻り値の型

The deserialized object from the JSON string.
参照

JsonHelper クラス
JsonHelper メンバ
オーバーロード一覧