Click or drag to resize

BinarySize  Conversion (Byte to BinarySize)

Performs an implicit conversion from Byte to BinarySize.

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

Parameters

value
Type: SystemByte
The value.

Return Value

Type: BinarySize
The result of the conversion.
See Also