IecBinarySizeToString Method

Returns a string representation of the current value, using default formatting.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
C#
public override string ToString()

Return Value

String
A String that represents this instance.

Remarks

This method behaves identical to the BinarySizeToString method, with the same default format.

See Also