System.Xml.XmlDictionaryReader.TryGetBase64ContentLength C# (CSharp) Méthode

TryGetBase64ContentLength() public méthode

public TryGetBase64ContentLength ( int &length ) : bool
length int
Résultat bool
        public virtual bool TryGetBase64ContentLength(out int length)
        {
            length = 0;
            return false;
        }