Retrieves and assigns the string used as the per mille symbol.
[Visual Basic] Public Property PerMilleSymbol As String [C#] public string PerMilleSymbol {get; set;} [C++] public: __property String* get_PerMilleSymbol(); public: __property void set_PerMilleSymbol(String*); [JScript] public function get PerMilleSymbol() : String; public function set PerMilleSymbol(String);
Read/write. This property retrieves and assigns the string used as the local per mille symbol. The invariant default value is '?', which is u/2030.
Exception Type | Condition |
---|---|
ArgumentException | value to assign is null. |
InvalidOperationException | This NumberFormatInfo object is read-only and an attempt is made to assign a value. |
Assignment is not allowed if this NumberFormatInfo object is read-only.
NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace