Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Especial Characters
Message
De
13/08/2007 11:05:30
 
 
À
13/08/2007 10:58:00
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
Divers
Thread ID:
01247810
Message ID:
01247831
Vues:
21
I think that is whith Globalization , but I try with diferents cultures , ie : ISO , UTF, but not

>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
Répondre
Fil
Voir

Click here to load this message in the networking platform