Int16Value.ToInt16(Int16Value) 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 an Int16 representation of an Int16Value object.
public static short ToInt16 (DocumentFormat.OpenXml.Int16Value xmlAttribute);
public static short ToInt16 (DocumentFormat.OpenXml.Int16Value value);
static member ToInt16 : DocumentFormat.OpenXml.Int16Value -> int16
static member ToInt16 : DocumentFormat.OpenXml.Int16Value -> int16
Public Shared Function ToInt16 (xmlAttribute As Int16Value) As Short
Public Shared Function ToInt16 (value As Int16Value) As Short
Parameters
- xmlAttributevalue
- Int16Value
Returns
An Int16 value that represents an Int16Value object.