string value = string.Empty; if (string.IsNullOrEmpty(value)) { return true; } else { return false; }
string value = "Vishal"; int length = value.Length;