FirefoxProfile ToBase64String Method WebDriver
Converts the profile into a base64-encoded string.

Namespace: OpenQA.Selenium.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string ToBase64String()

Return Value

A base64-encoded string containing the contents of the profile.
See Also