System::Globalization::RegionInfo class
Contents
[
Hide
]RegionInfo class
Provides information on region. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class RegionInfo : public virtual System::Object
Methods
Method | Description |
---|---|
Equals(SharedPtr<Object>) override | |
virtual get_CurrencyEnglishName() const | Gets currency English name. |
virtual get_CurrencyNativeName() const | Gets currency native name. |
virtual get_CurrencySymbol() const | Gets currency symbol. |
static get_CurrentRegion() | Gets region set in system. |
virtual get_DisplayName() const | Gets full region name. |
virtual get_EnglishName() const | Gets English region name. |
virtual get_GeoId() const | Gets unique identificator for a region. |
virtual get_IsMetric() const | Checks whether region uses metric system. |
virtual get_ISOCurrencySymbol() const | Gets ISO currency symbol. |
virtual get_Name() const | Gets region name. |
virtual get_NativeName() const | Gets native region name. |
virtual get_ThreeLetterISORegionName() const | Gets 3 letter ISO region code. |
virtual get_ThreeLetterWindowsRegionName() const | Gets 3 letter Windows region code. |
virtual get_TwoLetterISORegionName() const | Gets 2 letter ISO region code. |
GetHashCode() const override | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
operator=(const RegionInfo&) | |
RegionInfo(const String&) | RTTI information. |
RegionInfo(int) | Constructor. |
RegionInfo(const RegionInfo&) | |
ToString() const override | Analog of C# Object.ToString() method. Enables converting custom objects to string. |
See Also
- Class Object
- Namespace System::Globalization
- Library Aspose.PUB for C++