public string LongConnector { get; set; }
Public Property LongConnector As String
Get
Set
public:
property String^ LongConnector {
String^ get ();
void set (String^ value);
}
member LongConnector : string with get, set
The connector will be inserted when formatting a value if both a prefix and unit are present. When parsing, the connector may be present between prefix and unit, but it is always optional and parsing will not fail if it is not present.
ArgumentNullException | The property is being set to . |
InvalidOperationException | The property is being set and the BinaryUnitInfo object is read-only. |