DataContent.Base64Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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