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