Exemplo n.º 1
0
 GetBytes(charsPtr, chars.Length, bytesPtr);
Exemplo n.º 2
0
 if (TryGetBytesFast(charsPtr, chars.Length, bytesPtr, utf8Destination.Length, out charsConsumed, out bytesWritten))
Exemplo n.º 3
0
 if (!TryGetBytesFast(charsPtr, chars.Length, bytesPtr, bytes.Length, out _))