UIecBinarySize   Conversion (UInt64 to UIecBinarySize)

Performs an explicit conversion from UInt64 to UIecBinarySize.

Definition

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

Parameters

value  UInt64
The value.

Return Value

UIecBinarySize
An UIecBinarySize where the Value property equals value.

See Also