Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: VIeditorlover ; Forum: VB.NET and child forums
Forum: VB.NET Jul 21st, 2009
Replies: 11
Views: 343
Posted By VIeditorlover
C# combines good performance of C++, compact syntax of C and practically oriented approach of old VB. But be warned C# is still .NET language so forgot C style "when I say, what I say, exactly - no...
Forum: VB.NET Jul 21st, 2009
Replies: 3
Views: 1,085
Posted By VIeditorlover
public static bool IsValidEmailAddress(string sEmail)
{
if (sEmail == null)
return false;
else
return Regex.IsMatch(sEmail, @"...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC