Abreu Solutions - Develope validate
Introdução - app_Validate
Descubra o App Abreu Solutions, diponibiza diverças ferramentas em formato framework v4.7.2.
Token
BRA>> (faz uma validação se existe “ ‘ “ para evitar inject no DB);
USA>> (validates if there is “ ‘ ” to avoid injecting into DB);
Requisição
Retorno
InputText
BRA>> (faz várias validações e faz substituições de caracteres especiais para evitar inject no DB e permitindo uma gravação perfeita);
USA>> (makes several validations and makes special character substitutions to avoid injecting in the DB and allowing a perfect recording);
Requisição
Retorno
InputText
BRA>> (faz várias validações e faz substituições de caracteres especiais para evitar inject no DB e permitindo uma gravação perfeita);
USA>> (makes several validations and makes special character substitutions to avoid injecting in the DB and allowing a perfect recording);
Requisição
int iLength = 15;
string sDefault = "Texto não permitido";
Retorno
Number
BRA>> (faz validação sobre o número “Int, Long e String”);
USA>> (validates the number “Int, Long and String”);
Requisição
int iDefault = 0;
Retorno
Number
BRA>> (faz validação sobre o número “Int, Long e String”);
USA>> (validates the number “Int, Long and String”);
Requisição
long lDefault = 0;
Retorno
Number
BRA>> (faz validação sobre o número “Int, Long e String”);
USA>> (validates the number “Int, Long and String”);
Requisição
string sDefault = "0";
Retorno
CpfCnpj
BRA>> (faz validação true ou false);
USA>> (validates true or false);
Comentários
Postar um comentário