메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CheckForXmlChars ( string Str ) : bool | ||
StringIsEmpty ( string str ) : bool |
public static HasLowercaseLetter ( string Text ) : bool | ||
Text | string | |
리턴 | bool |
public static HasUppercaseLetter ( string Text ) : bool | ||
Text | string | |
리턴 | bool |
public static IsPassSecure ( string Password ) : bool | ||
Password | string | |
리턴 | bool |