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.0.0+877c9712c6435bf9adfdb0683d7a434c5604a8f2
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