|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Checking strings are alphanumericIs 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 "Oenone" <oen***@nowhere.com> schrieb: Check out the 'Like' operator and/or > 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? 'System.Text.RegularExpressions.IsMatch'. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
question on coding a reset button
need help resolving runtime error EXE vs DLL Creation Draw backs of Serialized Objects Best Practices with In Memory Data Method description thingy... Device Driver in VB 2005 Converting a project from 2003 to 2005 differences Books On VB.NET 2005 Peculiar inconsistency in autogenerated event handler code |
|||||||||||||||||||||||