del método JsonReader.ReadDecimal
Lee el valor de Decimal .
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public Function ReadDecimal As Decimal
'Uso
Dim instance As JsonReader
Dim returnValue As Decimal
returnValue = instance.ReadDecimal()
public decimal ReadDecimal()
Valor devuelto
Tipo: System.Decimal