CustomCultureInfo Class |
Namespace: Atalasoft.Ocr
The CustomCultureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomCultureInfo | Initializes a new instance of the CustomCultureInfo class |
| Name | Description | |
|---|---|---|
| Calendar | Gets the default calendar used by the culture. (Inherited from CultureInfo.) | |
| CompareInfo | Gets the CompareInfo that defines how to compare strings for the culture. (Inherited from CultureInfo.) | |
| CultureTypes | Gets the culture types that pertain to the current CultureInfo object. (Inherited from CultureInfo.) | |
| DateTimeFormat | Gets or sets a DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times. (Inherited from CultureInfo.) | |
| DisplayName | (Overrides CultureInfoDisplayName.) | |
| EnglishName | (Overrides CultureInfoEnglishName.) | |
| IetfLanguageTag | Deprecated. Gets the RFC 4646 standard identification for a language. (Inherited from CultureInfo.) | |
| IsNeutralCulture | Gets a value indicating whether the current CultureInfo represents a neutral culture. (Inherited from CultureInfo.) | |
| IsReadOnly | Gets a value indicating whether the current CultureInfo is read-only. (Inherited from CultureInfo.) | |
| KeyboardLayoutId | Gets the active input locale identifier. (Inherited from CultureInfo.) | |
| LCID | Gets the culture identifier for the current CultureInfo. (Inherited from CultureInfo.) | |
| Name | (Overrides CultureInfoName.) | |
| NativeName | (Overrides CultureInfoNativeName.) | |
| NumberFormat | Gets or sets a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage. (Inherited from CultureInfo.) | |
| OptionalCalendars | Gets the list of calendars that can be used by the culture. (Inherited from CultureInfo.) | |
| Parent | Gets the CultureInfo that represents the parent culture of the current CultureInfo. (Inherited from CultureInfo.) | |
| TextInfo | Gets the TextInfo that defines the writing system associated with the culture. (Inherited from CultureInfo.) | |
| ThreeLetterISOLanguageName | Gets the ISO 639-2 three-letter code for the language of the current CultureInfo. (Inherited from CultureInfo.) | |
| ThreeLetterWindowsLanguageName | Gets the three-letter code for the language as defined in the Windows API. (Inherited from CultureInfo.) | |
| TwoLetterISOLanguageName | Gets the ISO 639-1 two-letter code for the language of the current CultureInfo. (Inherited from CultureInfo.) | |
| UseUserOverride | Gets a value indicating whether the current CultureInfo uses the user-selected culture settings. (Inherited from CultureInfo.) |
| Name | Description | |
|---|---|---|
| ClearCachedData | Refreshes cached culture-related information. (Inherited from CultureInfo.) | |
| Clone | Creates a copy of the current CultureInfo. (Inherited from CultureInfo.) | |
| Equals | Determines whether the specified object is the same culture as the current CultureInfo. (Inherited from CultureInfo.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConsoleFallbackUICulture | Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable. (Inherited from CultureInfo.) | |
| GetFormat | Gets an object that defines how to format the specified type. (Inherited from CultureInfo.) | |
| GetHashCode | Serves as a hash function for the current CultureInfo, suitable for hashing algorithms and data structures, such as a hash table. (Inherited from CultureInfo.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string containing the name of the current CultureInfo in the format languagecode2-country/regioncode2. (Inherited from CultureInfo.) |