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

定義

JavaScript Object Notation (JSON) クエリ文字列パラメーターを、指定された共通言語ランタイム (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 型のインスタンス。

適用対象