 | UInt32ValueToUInt32 Method |
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static uint ToUInt32(
UInt32Value value
)
Public Shared Function ToUInt32 (
value As UInt32Value
) As UInteger
public:
static unsigned int ToUInt32(
UInt32Value^ value
)
static member ToUInt32 :
value : UInt32Value -> uint32
Parameters
- value UInt32Value
-
A UInt32Value object used to retrieve a UInt32 value representation.
Return Value
UInt32A
UInt32 value that represents a
UInt32Value object.
See Also