public string ShortMega { get; set; }
Public Property ShortMega As String
Get
Set
public:
property String^ ShortMega {
String^ get ();
void set (String^ value);
}
member ShortMega : 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. |