public string ShortKibi { get; set; }Public Property ShortKibi As String
Get
Setpublic:
property String^ ShortKibi {
String^ get ();
void set (String^ value);
}member ShortKibi : string with get, setSee 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.
| ArgumentNullException | The property is being set to . |
| InvalidOperationException | The property is being set and the BinaryUnitInfo object is read-only. |