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