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