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