 | UInt16Value Conversion (UInt16Value to UInt16) |
Implicitly converts the specified UInt16Value object to a UInt16 value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static implicit operator ushort (
UInt16Value xmlAttribute
)
Public Shared Widening Operator CType (
xmlAttribute As UInt16Value
) As UShort
static implicit operator unsigned short (
UInt16Value^ xmlAttribute
)
F# does not support the declaration of new casting operators.
Parameters
- xmlAttribute UInt16Value
- The UInt16Value to convert.
Return Value
UInt16The converted UInt16 value.
Exceptions
See Also