FBUtil_BR::isCNPJ Method [AX 2012]
Identifies whether a given string value could represent a CNPJ number.
client server public static boolean isCNPJ(CNPJCPFNum_BR _cnpjCpf)
Run On
CalledParameters
- _cnpjCpf
- Type: CNPJCPFNum_BR Extended Data Type
A CNPJCPFNum_BR parameter that has a value that could represent a CNPJ or CPF number.
Return Value
Type: booleantrue if the given value could represent a CNPJ number, based on its length; otherwise, false.
Show: