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.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
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