public:
string_type positive_sign() const;
public:
string_type negative_sign() const;
protected:
virtual string_type do_positive_sign() const;
protected:
virtual string_type do_negative_sign() const;
1) Public member function, calls the member function do_positive_sign
of the most derived class.
2) Public member function, calls the member function do_negative_sign
of the most derived class.
3) Returns the string that is used for formatting of positive monetary values.
3) Returns the string that is used for formatting of negative monetary values.
Only the first character of the string returned is the character that appears in the pos_format()/neg_format() position indicated by the value sign. The rest of the characters appear after the rest of the monetary string.
In particular, for negative_sign of "-", the formatting may appear as "-1.23 â¬", while for negative_sign of "()" it would appear as "(1.23 â¬)".
[edit] Return valueThe string of type string_type
holding the characters to be used as positive or negative sign.
Output:
de_DE.utf8 negative sign is '-' for example: -12,34 ⬠ms_MY.utf8 negative sign is '()' for example: (RM12.34) de_DE.utf8 with negative_sign set to "()": (12,34 â¬)[edit] See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4