Show / Hide Table of Contents

DecodeText Method

DecodeText(ReadOnlySpan<char>, Span<byte>)

C#
public static void DecodeText(ReadOnlySpan<char> encoded, Span<byte> data)

Parameters

Type Name Description
ReadOnlySpan<char> encoded
Span<byte> data

DecodeText(string)

C#
public static byte[] DecodeText(string encoded)

Parameters

Type Name Description
string encoded

Returns

byte[]

In this article
Back to top Generated by DocFX