 | UInt16ValueToUInt16 Method |
Returns the UInt16 representation of a UInt16Value object.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static ushort ToUInt16(
UInt16Value xmlAttribute
)
Public Shared Function ToUInt16 (
xmlAttribute As UInt16Value
) As UShort
public:
static unsigned short ToUInt16(
UInt16Value^ xmlAttribute
)
static member ToUInt16 :
xmlAttribute : UInt16Value -> uint16 Parameters
- xmlAttribute UInt16Value
-
A UInt16Value object to retrieve a UInt16 representation.
Return Value
UInt16A UInt16 value that represents a UInt16Value object.
See Also