UInt32Value.FromUInt32(UInt32) Method

Definition

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.

Applies to