Partilhar via


DataConverter.ToUInt32 método

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

Sintaxe

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

returnValue = DataConverter.ToUInt32(node, _
    proxyContext)
public static uint ToUInt32(
    XmlNode node,
    ProxyContext proxyContext
)

Parâmetros

Valor retornado

Tipo: System.UInt32

Ver também

Referência

DataConverter classe

DataConverter membros

Microsoft.SharePoint.Client namespace