ClientRuntimeContext.ParseObjectFromJsonString 方法
剖析指定的JavaScript Object Notation (JSON)字串,並將其取得物件。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Function ParseObjectFromJsonString ( _
json As String _
) As Object
'用途
Dim instance As ClientRuntimeContext
Dim json As String
Dim returnValue As Object
returnValue = instance.ParseObjectFromJsonString(json)
public Object ParseObjectFromJsonString(
string json
)
參數
json
類型:System.String表示 JSON 格式字串String物件。
傳回值
類型:System.Object
從 [JSON 字串剖析的物件。
備註
這個方法從指定的 JSON 字串,其中可以包含的物件建立運算式,例如 「 新 SP.建立物件Guid() 」 或 「 新 date () 」。