UInt32Value.FromUInt32 Method
Returns a new UInt32Value object created from UInt32.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function FromUInt32 ( _
value As UInteger _
) As UInt32Value
'Usage
Dim value As UInteger
Dim returnValue As UInt32Value
returnValue = UInt32Value.FromUInt32(value)
public static UInt32Value FromUInt32(
uint value
)
Parameters
- value
Type: System.UInt32
A UInt32 value to create a new UInt32Value object from.
Return Value
Type: DocumentFormat.OpenXml.UInt32Value
A UInt32Value that corresponds to the value parameter.