Org.BouncyCastle.Asn1.X509.X509NameEntryConverter.CanBePrintable C# (CSharp) Method

CanBePrintable() protected method

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