프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InvariantNumberFormat | NumberFormatInfo |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | CultureSwapScope |
static public UseInvariantCulture ( ) : CultureSwapScope | ||
리턴 | CultureSwapScope |