Table of Contents

Class BytesValue

Namespace
OpenQA.Selenium.BiDi.Network
Assembly
WebDriver.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(StringBytesValue), "string")]
[JsonDerivedType(typeof(Base64BytesValue), "base64")]
public abstract record BytesValue : IEquatable<BytesValue>
Inheritance
BytesValue
Implements
Derived
Inherited Members

Operators

explicit operator string(BytesValue)

public static explicit operator string(BytesValue value)

Parameters

value BytesValue

Returns

string

implicit operator BytesValue(byte[])

public static implicit operator BytesValue(byte[] value)

Parameters

value byte[]

Returns

BytesValue

implicit operator BytesValue(string)

public static implicit operator BytesValue(string value)

Parameters

value string

Returns

BytesValue