 | UInt16ValueToUInt16 Method |
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static ushort ToUInt16(
UInt16Value value
)
Public Shared Function ToUInt16 (
value As UInt16Value
) As UShort
public:
static unsigned short ToUInt16(
UInt16Value^ value
)
static member ToUInt16 :
value : UInt16Value -> uint16
Parameters
- value UInt16Value
-
A UInt16Value object to retrieve a UInt16 representation.
Return Value
UInt16A
UInt16 value that represents a
UInt16Value object.
See Also