AOUT.Misc.Validator.HasTheLetterA C# (CSharp) Method

HasTheLetterA() protected method

protected HasTheLetterA ( string password ) : bool
password string
return bool
        protected internal virtual bool HasTheLetterA(string password)
        {
            throw new NotImplementedException();
        }