Click or drag to resize

UInt32ValueToUInt32 Method

Returns the UInt32 value representation of a UInt32Value object.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public static uint ToUInt32(
	UInt32Value xmlAttribute
)

Parameters

xmlAttribute  UInt32Value
A UInt32Value object used to retrieve a UInt32 value representation.

Return Value

UInt32
A UInt32 value that represents a UInt32Value object.
See Also