Click or drag to resize

UInt16ValueToUInt16 Method

Returns the UInt16 representation of a UInt16Value object.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public static ushort ToUInt16(
	UInt16Value value
)

Parameters

value  UInt16Value
A UInt16Value object to retrieve a UInt16 representation.

Return Value

UInt16
A UInt16 value that represents a UInt16Value object.
See Also