UInt32Value.ToUInt32(UInt32Value) Méthode

Définition

Retourne la UInt32 représentation de valeur d’un UInt32Value objet .

public static uint ToUInt32 (DocumentFormat.OpenXml.UInt32Value xmlAttribute);
public static uint ToUInt32 (DocumentFormat.OpenXml.UInt32Value value);
static member ToUInt32 : DocumentFormat.OpenXml.UInt32Value -> uint32
static member ToUInt32 : DocumentFormat.OpenXml.UInt32Value -> uint32
Public Shared Function ToUInt32 (xmlAttribute As UInt32Value) As UInteger
Public Shared Function ToUInt32 (value As UInt32Value) As UInteger

Paramètres

xmlAttributevalue
UInt32Value

Retours

Valeur UInt32 qui représente un UInt32Value objet.

S’applique à