BinarySizeToString 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

Default formatting is equivalent to using the format string " AiB" with the ToString(String, IFormatProvider) method.

See Also