P
P
ProblemBook.NET
Search…
P
P
ProblemBook.NET
ProblemBook.NET
LANGS
Задачник.NET
ProblemBook.NET
Oop
Strings
“CorruptedNumber” (Problem)
“PlusString” (Solution)
“TextElementEnumerator” (Problem)
“PlusString” (Problem)
“StableSorting” (Solution)
“StableSorting” (Problem)
“CaseInComparison” (Solution)
“CaseInComparison” (Problem)
“NoStringInterning” (Solution)
“Secure” (Solution)
“CorruptedString” (Solution)
“CompareToVsEquals” (Solution)
“CurrentCulture” (Solution)
“NoStringInterning” (Problem)
“Secure” (Problem)
“CorruptedString” (Problem)
“CompareToVsEquals” (Problem)
“StringPlusNull” (Solution)
“CurrentCulture” (Problem)
“ExplicitlyInternment” (Solution)
“PlusChar” (Solution)
“InternmentAndMetadata” (Solution)
“CorruptedNumber” (Solution)
“StringPlusNull” (Problem)
“ExplicitlyInternment” (Problem)
“PlusChar” (Problem)
“InternmentAndMetadata” (Problem)
“TextElementEnumerator” (Solution)
Linq
Multithreading
ValueTypes
Math
Summary
Introduction
Attribution-NonCommercial-NoDerivatives 4.0 International
Powered By GitBook
“CurrentCulture” (Solution)

Answer

.NET Runtime will be use CurrentCulture.

Explanation

Thus, the en-US locale will be used:
1
12/31/2014 1:01:02 PM
Copied!
The result in the ru-RU locale:
1
31.12.2014 13:01:02
Copied!
​Problem​
Previous
“CompareToVsEquals” (Solution)
Next
“NoStringInterning” (Problem)
Last modified 3yr ago
Copy link
Contents
Answer
Explanation