次の方法で共有


Base64Url.TryEncodeToUtf8InPlace(Span<Byte>, Int32, Int32) メソッド

定義

public:
 static bool TryEncodeToUtf8InPlace(Span<System::Byte> buffer, int dataLength, [Runtime::InteropServices::Out] int % bytesWritten);
public static bool TryEncodeToUtf8InPlace (Span<byte> buffer, int dataLength, out int bytesWritten);
static member TryEncodeToUtf8InPlace : Span<byte> * int * int -> bool
Public Shared Function TryEncodeToUtf8InPlace (buffer As Span(Of Byte), dataLength As Integer, ByRef bytesWritten As Integer) As Boolean

パラメーター

buffer
Span<Byte>
dataLength
Int32
bytesWritten
Int32

戻り値

適用対象