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