OpenQA.Selenium.Screenshot.ToString C# (CSharp) Méthode

ToString() public méthode

Returns a String that represents the current Object.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return this.base64Encoded;
        }