Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Especial Characters
Message
De
13/08/2007 10:58:00
 
 
À
13/08/2007 10:41:53
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
Divers
Thread ID:
01247810
Message ID:
01247829
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform