public string LongGiga { get; set; }
Public Property LongGiga As String
Get
Set
public:
property String^ LongGiga {
String^ get ();
void set (String^ value);
}
member LongGiga : string with get, set
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. Long units are only allowed when parsing if the BinarySizeOptionsAllowLongUnits or BinarySizeOptionsAllowLongUnitsOnly flag is used.
ArgumentNullException | The property is being set to . |
InvalidOperationException | The property is being set and the BinaryUnitInfo object is read-only. |