pascalabcnet/TestSuite/enum6.pas

5 lines
258 B
ObjectPascal
Raw Permalink Normal View History

2021-08-09 11:38:20 +03:00
begin
var a := System.Globalization.UnicodeCategory.Format;
assert(a.GetType().FullName = 'System.Globalization.UnicodeCategory');
assert(System.Globalization.UnicodeCategory.Format(typeof(System.Globalization.UnicodeCategory), a, 'd') = '15');
end.