Compartir a través de


UInt32Value.ToUInt32(UInt32Value) Método

Definición

Devuelve la UInt32 representación de valor de un UInt32Value objeto.

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

Parámetros

xmlAttributevalue
UInt32Value

Devoluciones

Valor UInt32 que representa un UInt32Value objeto .

Se aplica a