Share via


Int32Value.FromInt32(Int32) Method

Definition

Returns a new Int32Value object that was created from an Int32 value.

public static DocumentFormat.OpenXml.Int32Value FromInt32 (int value);
static member FromInt32 : int -> DocumentFormat.OpenXml.Int32Value
Public Shared Function FromInt32 (value As Integer) As Int32Value

Parameters

value
Int32

An Int32 value to use to create a new Int32Value object.

Returns

An Int32Value that corresponds to the value parameter.

Applies to