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

C1.AspNetCore.Mvc アセンブリ > C1.JsonNet 名前空間 > JsonHelper クラス > DeserializeObject メソッド : DeserializeObject(String,JsonSetting) メソッド
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( _
   ByVal strJson As System.String, _
   Optional ByVal js As JsonSetting _
) As System.Object
public static System.object DeserializeObject( 
   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.

戻り値の型

The deserialized object from the JSON string.
参照

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