UInt16Value.ToUInt16(UInt16Value) Méthode

Définition

Retourne la UInt16 représentation d’un UInt16Value objet .

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

Paramètres

xmlAttributevalue
UInt16Value

Retours

Valeur UInt16 qui représente un UInt16Value objet.

S’applique à