BinaryUnitInfo.ShortExa Property

Gets or sets the abbreviated version of the exa prefix.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public string ShortExa { get; set; }

Property Value

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

Remarks

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

When parsing, whether this prefix is interpreted as powers of two or powers of ten depends on the BinarySizeOptions value used.

Exceptions

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

See Also