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.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public static uint ToUInt32(
	UInt32Value value
)

Parameters

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

Return Value

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