JsonReader.ReadDecimal método
Lê o valor de Decimal .
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Function ReadDecimal As Decimal
'Uso
Dim instance As JsonReader
Dim returnValue As Decimal
returnValue = instance.ReadDecimal()
public decimal ReadDecimal()
Valor retornado
Tipo: System.Decimal