Encoder7Bit.Decode(ReadOnlySpan<Byte>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解碼指定的資料序列
public static byte[] Decode(ReadOnlySpan<byte> inData);
static member Decode : ReadOnlySpan<byte> -> byte[]
Public Shared Function Decode (inData As ReadOnlySpan(Of Byte)) As Byte()
參數
- inData
- ReadOnlySpan<Byte>
要解碼的資料
傳回
Byte[]
解碼的資料