Validation.Validator.CheckAddress C# (CSharp) Method

CheckAddress() public static method

public static CheckAddress ( string adress ) : bool
adress string
return bool
        public static bool CheckAddress(string adress)
        {
            return CheckString(adress);
        }