ehNuloOuVazio property
bool
get
ehNuloOuVazio
Implementation
bool get ehNuloOuVazio {
return this != null && this != "" ? false : true;
}
bool get ehNuloOuVazio {
return this != null && this != "" ? false : true;
}