JsonQueryStringConverter.ConvertStringToValue(String, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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 形式。
傳回
參數值轉換為的 CLR 型別的執行個體。