Is there a nice .NET framework function that will allow me to easily check
if a string contains only alphanumeric characters?
Or is the only way to loop through the characters, checking each one
individually?
TIA,
--
(O)enone
if a string contains only alphanumeric characters?
Or is the only way to loop through the characters, checking each one
individually?
TIA,
--
(O)enone
Comment