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