次の方法で共有


Base64Url クラス

定義

public ref class Base64Url abstract sealed
public static class Base64Url
type Base64Url = class
Public Class Base64Url
継承
Base64Url

メソッド

DecodeFromChars(ReadOnlySpan<Char>)
DecodeFromChars(ReadOnlySpan<Char>, Span<Byte>)
DecodeFromChars(ReadOnlySpan<Char>, Span<Byte>, Int32, Int32, Boolean)
DecodeFromUtf8(ReadOnlySpan<Byte>)
DecodeFromUtf8(ReadOnlySpan<Byte>, Span<Byte>)
DecodeFromUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Boolean)
DecodeFromUtf8InPlace(Span<Byte>)
EncodeToChars(ReadOnlySpan<Byte>)
EncodeToChars(ReadOnlySpan<Byte>, Span<Char>)
EncodeToChars(ReadOnlySpan<Byte>, Span<Char>, Int32, Int32, Boolean)
EncodeToString(ReadOnlySpan<Byte>)
EncodeToUtf8(ReadOnlySpan<Byte>)
EncodeToUtf8(ReadOnlySpan<Byte>, Span<Byte>)
EncodeToUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Boolean)
GetEncodedLength(Int32)
GetMaxDecodedLength(Int32)
IsValid(ReadOnlySpan<Byte>)
IsValid(ReadOnlySpan<Byte>, Int32)
IsValid(ReadOnlySpan<Char>)
IsValid(ReadOnlySpan<Char>, Int32)
TryDecodeFromChars(ReadOnlySpan<Char>, Span<Byte>, Int32)
TryDecodeFromUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryEncodeToChars(ReadOnlySpan<Byte>, Span<Char>, Int32)
TryEncodeToUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryEncodeToUtf8InPlace(Span<Byte>, Int32, Int32)

適用対象