Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Especial Characters
Message
From
13/08/2007 10:58:00
 
 
To
13/08/2007 10:41:53
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01247810
Message ID:
01247829
Views:
24
Public Function Alphabetic(ByVal pi_sDato As String) As Boolean Implements IValidate.Alphabetic
For i As Integer = 0 To pi_sDato.Length - 1
If pi_sDato.Substring(i, 1) <> " " Then
If Not Char.IsLetter(Char.Parse(pi_sDato.Substring(i, 1))) Then
Return False
Exit Function
End If
End If
Next
Return True
End Function
Daniel Vargas.
MCP - Microsoft Certified Professional

"El callar y escuchar es cosa de sabios por ello nuestro grito nace de silencio consciente fuerte y elocuente... vivir de manera diferente es morir siendo libre"

Elkin Ramirez-Kraken

My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform