BinaryUnitInfoShortKibi Property

Gets or sets the abbreviated version of the kibi prefix.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
C#
public string ShortKibi { get; set; }

Property Value

String
The abbreviated prefix. The default value is "Ki".

Remarks

See the format string documentation for the BinarySizeToString(String, IFormatProvider) method for when this prefix will be used.

When parsing, a string containing this prefix will always be interpreted as powers of two.

Exceptions

ArgumentNullException The property is being set to .
InvalidOperationException The property is being set and the BinaryUnitInfo object is read-only.

See Also