次の方法で共有


JsonQueryStringConverter.ConvertStringToValue(String, Type) メソッド

定義

JSON (JavaScript Object Notation) クエリ文字列パラメーターを、指定した共通言語ランタイム (CLR) 型に逆シリアル化します。

public:
 override System::Object ^ ConvertStringToValue(System::String ^ parameter, Type ^ parameterType);
public override object ConvertStringToValue (string parameter, Type parameterType);
override this.ConvertStringToValue : string * Type -> obj
Public Overrides Function ConvertStringToValue (parameter As String, parameterType As Type) As Object

パラメーター

parameter
String

パラメーター値の JSON 形式。

parameterType
Type

パラメーターを逆シリアル化する Type

戻り値

パラメーター値から変換された CLR 型のインスタンス。

適用対象