UInt16Value.FromUInt16(UInt16) Méthode

Définition

Retourne un nouvel UInt16Value objet créé à partir d’une UInt16 valeur.

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

Paramètres

value
UInt16

Valeur UInt16 à utiliser pour créer un UInt16Value objet.

Retours

UInt16Value qui correspond au paramètre value.

S’applique à