C# (CSharp) System.Globalization.Tests Namespace

Classes

Name Description
CompareInfoMiscTests
CultureInfoMiscTests
CultureInfoNames
CultureInfoTwoLetterISOLanguageName
DateTimeFormatInfoGetInstance
DateTimeFormatInfoMiscTests
EastAsianLunisolarCalendarTestBase
HijriCalendarTests
IdnMappingGetAsciiTests
JapaneseCalendarMaxSupportedDateTime
JapaneseCalendarTests
KoreanCalendarEras
KoreanCalendarMaxSupportedDateTime
KoreanCalendarMinSupportedDateTime
NumberFormatInfoCurrencyGroupSizes
NumberFormatInfoMiscTests
NumberFormatInfoNumberGroupSizes
RegionInfoMiscTests
StringNormalizationAllTests
StringNormalizationTests
TaiwanCalendarEras
TaiwanCalendarMaxSupportedDateTime
TaiwanCalendarTests
TaiwanLunisolarTests
TestIFormatProviderClass
TestIFormatProviderClass2
TextInfoMiscTests
TextInfoToString
ThaiBuddhistCalendarEras
ThaiBuddhistCalendarMaxSupportedDateTime
ThaiBuddhistCalendarMinSupportedDateTime
UmAlQuraCalendarTests
UnicodeCategoryTests
Unicode_Win7_IdnaTest contained in Data\Unicode_Win7\IdnaTest_Win7.txt The structure of the data set is a semicolon deliminated list with the following columns: Column 1: type - T for transitional, N for nontransitional, B for both Column 2: source - the source string to be tested Column 3: toUnicode - the result of applying toUnicode to the source, using the specified type Column 4: toASCII - the result of applying toASCII to the source, using nontransitional If the value of toUnicode or toASCII is the same as source, the column will be blank.
UseStd3AsciiRules According to the ToASCII algorithm, if the UseSTD3ASCIIRules flag is set, then perform these checks: (a) Verify the absence of non-LDH ASCII code points; that is, the absence of 0..2C, 2E..2F, 3A..40, 5B..60, and 7B..7F. (b) Verify the absence of leading and trailing hyphen-minus; that is, the absence of U+002D at the beginning and end of the sequence. By default this flag should not be set.