Org.BouncyCastle.Asn1.X509.X509NameEntryConverter.CanBePrintable C# (CSharp) Méthode

CanBePrintable() protected méthode

protected CanBePrintable ( string str ) : bool
str string
Résultat bool
        protected bool CanBePrintable(
            string str)
        {
			return DerPrintableString.IsPrintableString(str);
        }