Operator explicit operator
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
explicit operator PasswordStore(string)
Returns the PasswordStore instance by its string representation.
public static explicit operator PasswordStore(string value)
Parameters
value
stringThe password store string representation
Returns
- PasswordStore
The PasswordStore instance that corresponds to the provided string representation.