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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public static ushort ToUInt16(
	UInt16Value xmlAttribute
)

Parameters

xmlAttribute  UInt16Value
A UInt16Value object to retrieve a UInt16 representation.

Return Value

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