Property | Type | Description | |
---|---|---|---|
InvariantNumberFormat | NumberFormatInfo |
Method | 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 | |
return | CultureSwapScope |
static public UseInvariantCulture ( ) : CultureSwapScope | ||
return | CultureSwapScope |