Click or drag to resize

BinarySize  Conversion (SByte to BinarySize)

Performs an implicit conversion from SByte to BinarySize.

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

Parameters

value
Type: SystemSByte
The value.

Return Value

Type: BinarySize
The result of the conversion.
See Also