ORM Sample Class Library

Validator.IsValidPassword Method 

This is an internal method and should not be used.

[Visual Basic]
Public Shared Function IsValidPassword( _
   ByVal password As String, _
   ByVal retypePassword As String, _
   ByVal currentLang As StringDictionary _
) As ArrayList
[C#]
public static ArrayList IsValidPassword(
   string password,
   string retypePassword,
   StringDictionary currentLang
);

Parameters

password
retypePassword
currentLang

Return Value

See Also

Validator Class | OrmLib Namespace


t Object.

Protected Instance Methods