public string LongBytes { get; set; }Public Property LongBytes As String
Get
Setpublic:
property String^ LongBytes {
String^ get ();
void set (String^ value);
}member LongBytes : string with get, setWhen formatting, the LongByte property is only used if the value, when scaled to the prefix, is exactly one. For example, 1 byte, 1 kibibyte, 1 petabyte, etc.
If the value is not exactly one, but is rounded to one by the number format used, the LongBytes property is still used. For example, a value of 1.01 kibibytes, when using a format string of "0.# Sibyte", would be formatted as "1 kibibytes", using the plural version of the unit.
| ArgumentNullException | The property is being set to . |
| InvalidOperationException | The property is being set and the BinaryUnitInfo object is read-only. |