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