UInt16Value.FromUInt16(UInt16) 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 UInt16Value object created from a UInt16 value.
public static DocumentFormat.OpenXml.UInt16Value FromUInt16 (ushort value);
static member FromUInt16 : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Shared Function FromUInt16 (value As UShort) As UInt16Value
Parameters
- value
- UInt16
A UInt16 value to use to create a new UInt16Value object.
Returns
A UInt16Value that corresponds to the value parameter.