Click here to Skip to main content
15,898,134 members

Articles by Ehsan Valizadeh (Tip/Tricks: 2)

Tip/Tricks: 2

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.83

Programming Languages
Visual Basic
27 Mar 2010   Updated: 28 Mar 2010   Rating: 3.67/5    Votes: 3   Popularity: 1.75
Licence: CPOL    Views: 27,543     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This Function allows you to convert a normal string to UTF-16 encoding in VB.NET. You can find tools like Unicode Code Converter that operate like ConvertToUTF16 function.' if you pass this parameter to function : "I'm from Azerbaijan."' the return value is :...
8 Jan 2010   Updated: 9 Jan 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 10,670     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This code will validate a password on the server side. ;) Imports System.Text.RegularExpressionsPublic Class PasswordAdvisor Enum PasswordScore Blank = 0 VeryWeak = 1 Weak = 2 Medium = 3 Strong = 4 VeryStrong = 5 End Enum ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
-
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.