Int32Value.FromInt32(Int32) 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 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.