System::Globalization::CultureInfo::GetCultureInfo methode
inhoud
[
verbergen
]CultureInfo::GetCultureInfo(const String&) method
Haalt de cultuur op op basis van de naam. Hetzelfde als CreateSpecificCulture.
static CultureInfoPtr System::Globalization::CultureInfo::GetCultureInfo(const String &name)
| Parameter | Type | Beschrijving |
|---|---|---|
| name | const String& | Vooraf gedefinieerde cultuurnaam of de naam van een bestaand cultuurobject. |
ReturnValue
Nieuw aangemaakt cultuurobject.
Zie ook
- Typedef CultureInfoPtr
- Class String
- Class CultureInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CultureInfo::GetCultureInfo(const String&, const String&) method
Haalt de cultuur op op basis van de naam.
static CultureInfoPtr System::Globalization::CultureInfo::GetCultureInfo(const String &name, const String &text_and_compare_culture_name)
| Parameter | Type | Beschrijving |
|---|---|---|
| name | const String& | Cultuurnaam. |
| text_and_compare_culture_name | const String& | Cultuurnaam die wordt gebruikt voor de objecten TextInfo en CompareInfo. |
ReturnValue
Cultuurobject.
Zie ook
- Typedef CultureInfoPtr
- Class String
- Class CultureInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CultureInfo::GetCultureInfo(int32_t) method
Haalt de cultuur op op basis van ID.
static CultureInfoPtr System::Globalization::CultureInfo::GetCultureInfo(int32_t culture)
| Parameter | Type | Beschrijving |
|---|---|---|
| cultuur | int32_t | Cultuuridentificatie. |
ReturnValue
Nieuw aangemaakt cultuurobject.
Zie ook
- Typedef CultureInfoPtr
- Class CultureInfo
- Namespace System::Globalization
- Library Aspose.Page for C++