BinaryUnitInfoLongKibi Property

Gets or sets the full version of the kibi prefix.

Definition

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

Property Value

String
The full prefix. The default value is "kibi".

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. Long units are only allowed when parsing if the BinarySizeOptionsAllowLongUnits or BinarySizeOptionsAllowLongUnitsOnly flag is used.

Exceptions

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

See Also