public string ShortPebi { get; set; }
Public Property ShortPebi As String
Get
Set
public:
property String^ ShortPebi {
String^ get ();
void set (String^ value);
}
member ShortPebi : string with get, set
See the format string documentation for the BinarySizeToString(String, IFormatProvider) method for when this prefix will be used.
When parsing, a string containing this prefix will always be interpreted as powers of two.
ArgumentNullException | The property is being set to . |
InvalidOperationException | The property is being set and the BinaryUnitInfo object is read-only. |