BinarySize   Conversion (Int64 to BinarySize)

Performs an implicit conversion from Int64 to BinarySize.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
C#
public static explicit operator BinarySize (
	long value
)

Parameters

value  Int64
The value.

Return Value

BinarySize
A BinarySize where the Value property equals value.

See Also