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