IecBinarySize   Conversion (Int64 to IecBinarySize)

Performs an explicit conversion from Int64 to IecBinarySize.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public static explicit operator IecBinarySize (
	long value
)

Parameters

value  Int64
The value.

Return Value

IecBinarySize
An IecBinarySize where the Value property equals value.

See Also