UrlEncodingEncode(ReadOnlySpan`1Byte) Method
Converts a read-only span of
Bytes to its url-encoded representation.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
public static string Encode(
ReadOnlySpan<byte> bytesToEncode
)
Public Shared Function Encode (
bytesToEncode As ReadOnlySpan(Of Byte)
) As String
public:
static String^ Encode(
ReadOnlySpan<unsigned char> bytesToEncode
)
static member Encode :
bytesToEncode : ReadOnlySpan<byte> -> string
- bytesToEncode ReadOnlySpanByte
- The span to encode.
StringThe url-encoded representation of
bytesToEncode.