Свойство | Type | Description | |
---|---|---|---|
InvariantNumberFormat | NumberFormatInfo |
Méthode | Description | |
---|---|---|
UseCulture ( CultureInfo inInfo ) : CultureSwapScope |
Temporary swaps the current thread over to the given CultureInfo. Dispose of the returned object to restore the thread to its previous CultureInfo.
|
|
UseInvariantCulture ( ) : CultureSwapScope |
Temporary swaps the current thread over to the invariant CultureInfo. Dispose of the returned object to restore the thread to its previous CultureInfo.
|
static public UseCulture ( CultureInfo inInfo ) : CultureSwapScope | ||
inInfo | CultureInfo | |
Résultat | CultureSwapScope |
static public UseInvariantCulture ( ) : CultureSwapScope | ||
Résultat | CultureSwapScope |