UInt32Value.FromUInt32(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new UInt32Value object created from a UInt32 value.
public static DocumentFormat.OpenXml.UInt32Value FromUInt32 (uint value);
static member FromUInt32 : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Shared Function FromUInt32 (value As UInteger) As UInt32Value
Parameters
- value
- UInt32
A UInt32 value to use to create a new UInt32Value object.
Returns
A UInt32Value class that corresponds to the value parameter.