BinaryUnitInfoShortTera Property

Gets or sets the abbreviated version of the tera prefix.

Definition

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

Property Value

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

Remarks

See the format string documentation for the BinarySizeToString(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 .
InvalidOperationException The property is being set and the BinaryUnitInfo object is read-only.

See Also