Method | Description | |
---|---|---|
HasLowercaseLetter ( string Text ) : bool | ||
HasNumber ( string Text ) : bool | ||
HasPunctuation ( string Text ) : bool | ||
HasUppercaseLetter ( string Text ) : bool | ||
IsPassSecure ( string Password ) : bool | ||
ValidName ( string Name ) : bool | ||
ValidNickname ( string Name ) : bool |
Method | Description | |
---|---|---|
CheckForXmlChars ( string Str ) : bool | ||
StringIsEmpty ( string str ) : bool |
public static HasLowercaseLetter ( string Text ) : bool | ||
Text | string | |
return | bool |
public static HasNumber ( string Text ) : bool | ||
Text | string | |
return | bool |
public static HasPunctuation ( string Text ) : bool | ||
Text | string | |
return | bool |
public static HasUppercaseLetter ( string Text ) : bool | ||
Text | string | |
return | bool |
public static IsPassSecure ( string Password ) : bool | ||
Password | string | |
return | bool |
public static ValidName ( string Name ) : bool | ||
Name | string | |
return | bool |
public static ValidNickname ( string Name ) : bool | ||
Name | string | |
return | bool |