共用方式為


JsonQueryStringConverter.ConvertStringToValue(String, Type) 方法

定義

將 JavaScript 物件標記法 (JSON) 查詢字串參數還原序列化為指定的 Common Language Runtime (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 型別的執行個體。

適用於