Definition at line 2410 of file CultureData.cs.
2411 {
2412 if (
string.IsNullOrEmpty(
win32Str))
2413 {
2414 return new int[1] { 3 };
2415 }
2417 {
2418 return new int[1];
2419 }
2422 {
2423 array =
new int[win32Str.Length / 2];
2424 }
2425 else
2426 {
2427 array =
new int[win32Str.Length / 2 + 2];
2429 }
2430 int num = 0;
2433 {
2435 {
2436 return new int[1] { 3 };
2437 }
2439 num += 2;
2441 }
2443 }
References System.array.
Referenced by System.Globalization.CultureData.NlsGetLocaleInfo().