Compartir a través de


UInt16Value.ToUInt16(UInt16Value) Método

Definición

Devuelve la UInt16 representación de un UInt16Value objeto.

public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value value);
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Function ToUInt16 (xmlAttribute As UInt16Value) As UShort
Public Shared Function ToUInt16 (value As UInt16Value) As UShort

Parámetros

xmlAttributevalue
UInt16Value

Devoluciones

Valor UInt16 que representa un UInt16Value objeto .

Se aplica a