del método DataConverter.ToByteArray
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Shared Function ToByteArray ( _
node As XmlNode, _
proxyContext As ProxyContext _
) As Byte()
'Uso
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As Byte()
returnValue = DataConverter.ToByteArray(node, _
proxyContext)
public static byte[] ToByteArray(
XmlNode node,
ProxyContext proxyContext
)
Parámetros
- node
Tipo: System.Xml.XmlNode
- proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContext
Valor devuelto
Tipo: []