| BinarySize Conversion (BinarySize to UInt16) |
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static explicit operator ushort (
BinarySize value
)
Public Shared Narrowing Operator CType (
value As BinarySize
) As UShort
static explicit operator unsigned short (
BinarySize value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Ookii.JumboBinarySize
The value.
Return Value
Type:
UInt16
The result of the conversion.
See Also