Share via


UInt16Value.FromUInt16(UInt16) Method

Definition

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.

Applies to