Int16Value.FromInt16(Int16) 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 Int16Value object that was created from an Int16 value.
public static DocumentFormat.OpenXml.Int16Value FromInt16 (short value);
static member FromInt16 : int16 -> DocumentFormat.OpenXml.Int16Value
Public Shared Function FromInt16 (value As Short) As Int16Value
Parameters
- value
- Int16
An Int16 value to use to create a new Int16Value object.
Returns
An Int16Value that corresponds to the value parameter.