DataContent.Base64Data Property

Definition

Gets the data represented by this instance as a Base64 character sequence.

public:
 property ReadOnlyMemory<char> Base64Data { ReadOnlyMemory<char> get(); };
[System.Text.Json.Serialization.JsonIgnore]
public ReadOnlyMemory<char> Base64Data { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Base64Data : ReadOnlyMemory<char>
Public ReadOnly Property Base64Data As ReadOnlyMemory(Of Char)

Property Value

The base64 representation of the data.

Attributes

Applies to