K
K. Shier
Char .Is<Category>
or
Char.GetUnicodeCategory
?
in the Help for the UnicodeCategory Enumeration it says "This enumeration is
used to support Char methods, such as IsUpper." So... If .Is<Category>
just wraps .GetUnicodeCategory, then i assume that the latter is faster.
can anyone accurately confirm or contest this?
Thanks! =)
or
Char.GetUnicodeCategory
?
in the Help for the UnicodeCategory Enumeration it says "This enumeration is
used to support Char methods, such as IsUpper." So... If .Is<Category>
just wraps .GetUnicodeCategory, then i assume that the latter is faster.
can anyone accurately confirm or contest this?
Thanks! =)