Click or drag to resize

BinarySize  Conversion (Int16 to BinarySize)

Performs an implicit conversion from Int16 to BinarySize.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static implicit operator BinarySize (
	short value
)

Parameters

value
Type: SystemInt16
The value.

Return Value

Type: BinarySize
The result of the conversion.
See Also