Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Especial Characters
Message
From
13/08/2007 11:05:30
 
 
To
13/08/2007 10:58:00
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01247810
Message ID:
01247831
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform