BinaryData 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援在字串、資料流程、JSON 和位元組之間轉換的位元組承載輕量型抽象概念。
public ref class BinaryData
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.BinaryDataJsonConverter))]
public class BinaryData
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.BinaryDataJsonConverter))>]
type BinaryData = class
Public Class BinaryData
- 繼承
-
BinaryData
- 屬性
建構函式
BinaryData(Byte[], String) |
支援在字串、資料流程、JSON 和位元組之間轉換的位元組承載輕量型抽象概念。 |
BinaryData(Byte[]) |
藉由包裝提供的位元組陣列來建立 BinaryData 實例。 |
BinaryData(Object, JsonSerializerContext, Type) |
使用 JsonSerializer 將提供的 物件序列化為 JSON,以建立 BinaryData 實例。 |
BinaryData(Object, JsonSerializerOptions, Type) |
使用 JsonSerializer 將提供的 物件序列化為 JSON,以建立 BinaryData 實例。 |
BinaryData(ReadOnlyMemory<Byte>, String) |
支援在字串、資料流程、JSON 和位元組之間轉換的位元組承載輕量型抽象概念。 |
BinaryData(ReadOnlyMemory<Byte>) |
藉由包裝提供的位元組來建立 BinaryData 實例。 |
BinaryData(String, String) |
支援在字串、資料流程、JSON 和位元組之間轉換的位元組承載輕量型抽象概念。 |
BinaryData(String) |
BinaryData使用 UTF-8 編碼將字串轉換成位元組,以從字串建立實例。 |
屬性
Empty |
傳回空的 BinaryData。 |
IsEmpty |
取得值,這個值表示此資料是否空白。 |
Length |
取得此資料的位元組數目。 |
MediaType |
支援在字串、資料流程、JSON 和位元組之間轉換的位元組承載輕量型抽象概念。 |
方法
運算子
Implicit(BinaryData to ReadOnlyMemory<Byte>) |
定義從 到 BinaryDataReadOnlyMemory<T> 的隱含轉換。 |
Implicit(BinaryData to ReadOnlySpan<Byte>) |
定義從 到 BinaryDataReadOnlySpan<T> 的隱含轉換。 |