Platforms to show: All Mac Windows Linux Cross-Platform

Back to LocaleMBS class.

LocaleMBS.CurrencySymbol as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The local currency symbol.
Example
dim l as LocaleMBS = LocaleMBS.Locale("de_DE")
MsgBox l.CurrencySymbol

(Read only property)

LocaleMBS.DecimalPoint as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The decimal point character, except for currency values, cannot be an empty string.

(Read only property)

Some examples using this property:

LocaleMBS.FracDigits as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of digits after the decimal point in the local style for currency values.

(Read only property)

Some examples using this property:

LocaleMBS.Grouping as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The sizes of the groups of digits, except for currency values.

This is a string where the asc value gives the actual value, representing group size from low order digit groups to high order (right to left). The list may be terminated with 0 or CHAR_MAX. If the list is terminated with 0, the last group size before the 0 is repeated to account for all the digits. If the list is terminated with CHAR_MAX, no more grouping is performed.

See example project for a function to decode.
(Read only property)

LocaleMBS.IntCurrSymbol as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The standardized international currency symbol.

(Read only property)

Some examples using this property:

LocaleMBS.IntFracDigits as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of digits after the decimal point in an international-style currency value.

(Read only property)

Some examples using this property:

LocaleMBS.IntNegCSPrecedes as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if the currency symbol precedes the currency value for negative values, false if it follows.

For internationally formatted monetary quantities.
(Read only property)

Some examples using this property:

LocaleMBS.IntNegSepBySpace as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if a space is inserted between the currency symbol and the currency value for negative values, false otherwise.

For internationally formatted monetary quantities.
(Read only property)

Some examples using this property:

LocaleMBS.IntNegSignPosition as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the NegativeSign with respect to a negative quantity and the CurrencySymbol.

For internationally formatted monetary quantities.

Possible values:
0Parentheses around the entire string.
1Before the string.
2After the string.
3Just before CurrencySymbol.
4Just after CurrencySymbol.
(Read only property)

Some examples using this property:

LocaleMBS.IntPosCSPrecedes as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if the currency symbol precedes the currency value for nonnegative values, false if it follows.

For internationally formatted monetary quantities.
(Read only property)

Some examples using this property:

LocaleMBS.IntPosSepBySpace as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if a space is inserted between the currency symbol and the currency value for nonnegative values, false otherwise.

For internationally formatted monetary quantities.
(Read only property)

Some examples using this property:

LocaleMBS.IntPosSignPosition as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the PositiveSign with respect to a nonnegative quantity and the CurrencySymbol.

For internationally formatted monetary quantities.

Possible values:
0Parentheses around the entire string.
1Before the string.
2After the string.
3Just before CurrencySymbol.
4Just after CurrencySymbol.
(Read only property)

Some examples using this property:

LocaleMBS.monDecimalPoint as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The decimal point character for currency values.

(Read only property)

Some examples using this property:

LocaleMBS.monGrouping as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Like grouping but for currency values.

(Read only property)

Some examples using this property:

LocaleMBS.monThousandsSep as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The separator for digit groups in currency values.

(Read only property)

Some examples using this property:

LocaleMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The name of the locale.

The name may be different to the one you asked for as some locales are mapped to others internally.
(Read only property)

LocaleMBS.NegativeSign as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The character used to denote negative currency values, usually a minus sign.

(Read only property)

Some examples using this property:

LocaleMBS.NegCSPrecedes as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if the currency symbol precedes the currency value for negative values, false if it follows.

(Read only property)

Some examples using this property:

LocaleMBS.NegSepBySpace as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if a space is inserted between the currency symbol and the currency value for negative values, false otherwise.

(Read only property)

LocaleMBS.NegSignPosition as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the NegativeSign with respect to a negative quantity and the CurrencySymbol.

Possible values:
0Parentheses around the entire string.
1Before the string.
2After the string.
3Just before CurrencySymbol.
4Just after CurrencySymbol.
(Read only property)

Some examples using this property:

LocaleMBS.PosCSPrecedes as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if the currency symbol precedes the currency value for nonnegative values, false if it follows.

(Read only property)

Some examples using this property:

LocaleMBS.PositiveSign as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The character used to denote nonnegative currency values, usually the empty string.

(Read only property)

Some examples using this property:

LocaleMBS.PosSepBySpace as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
True if a space is inserted between the currency symbol and the currency value for nonnegative values, false otherwise.

(Read only property)

LocaleMBS.PosSignPosition as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The location of the PositiveSign with respect to a nonnegative quantity and the CurrencySymbol.

Possible values:
0Parentheses around the entire string.
1Before the string.
2After the string.
3Just before CurrencySymbol.
4Just after CurrencySymbol.
(Read only property)

Some examples using this property:

LocaleMBS.ThousandsSep as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Util Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The separator between groups of digits before the decimal point, except for currency values.

(Read only property)

Some examples using this property:

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...