Platforms to show: All Mac Windows Linux Cross-Platform
NSLocaleNumberMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Should be used with the NSLocaleMBS class, but can be used on its own, too.
- 33 properties
- property alwaysShowsDecimalSeparator as Boolean
- property currencyCode as String
- property currencyDecimalSeparator as String
- property currencyGroupingSeparator as String
- property currencySymbol as String
- property decimalSeparator as String
- property exponentSymbol as String
- property format as String
- property groupingSeparator as String
- property hasThousandSeparators as Boolean
- property internationalCurrencySymbol as String
- property Lenient as Boolean
- property localizesFormat as Boolean
- property minusSign as String
- property negativeFormat as String
- property negativeInfinitySymbol as String
- property negativePrefix as String
- property negativeSuffix as String
- property nilSymbol as String
- property notANumberSymbol as String
- property paddingCharacter as String
- property PartialStringValidationEnabled as Boolean
- property percentSymbol as String
- property perMillSymbol as String
- property plusSign as String
- property positiveFormat as String
- property positiveInfinitySymbol as String
- property positivePrefix as String
- property positiveSuffix as String
- property thousandSeparator as String
- property usesGroupingSeparator as Boolean
- property usesSignificantDigits as Boolean
- property zeroSymbol as String
- 2 methods
- method Constructor
- method Constructor(locale as NSLocaleMBS)
This class has no sub classes.
Some properties using for this class:
- NSLocaleMBS.NumberCurrency as NSLocaleNumberMBS
- NSLocaleMBS.NumberDecimal as NSLocaleNumberMBS
- NSLocaleMBS.NumberPercent as NSLocaleNumberMBS
- NSLocaleMBS.NumberScientific as NSLocaleNumberMBS
- NSLocaleMBS.NumberSpellOut as NSLocaleNumberMBS
Blog Entries
- MBS Xojo Plugins, version 22.2pr1
- MBS Xojo / Real Studio Plugins, version 13.5pr4
- MBS Plugins 10.3 Release Notes
Release notes
- Version 22.2
- Fixed memory leak in NSLocaleMBS properties returning NSLocaleNumberMBS and NSLocaleDateMBS objects.
The items on this page are in the following plugins: MBS MacBase Plugin.
NSLocaleMBS - NSMediaLibraryBrowserControllerMBS