JsonReader.ReadDecimal メソッド
Decimal値を読み込みます。
名前空間: 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 ReadDecimal As Decimal
'使用
Dim instance As JsonReader
Dim returnValue As Decimal
returnValue = instance.ReadDecimal()
public decimal ReadDecimal()