Partilhar via


DataConverter.ToUInt64 método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Shared Function ToUInt64 ( _
    node As XmlNode, _
    proxyContext As ProxyContext _
) As ULong
'Uso
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As ULong

returnValue = DataConverter.ToUInt64(node, _
    proxyContext)
public static ulong ToUInt64(
    XmlNode node,
    ProxyContext proxyContext
)

Parâmetros

Valor retornado

Tipo: System.UInt64

Ver também

Referência

DataConverter classe

DataConverter membros

Microsoft.SharePoint.Client namespace