Convert.TryToHexStringLower Method

Definition

public:
 static bool TryToHexStringLower(ReadOnlySpan<System::Byte> source, Span<char> destination, [Runtime::InteropServices::Out] int % charsWritten);
public static bool TryToHexStringLower (ReadOnlySpan<byte> source, Span<char> destination, out int charsWritten);
static member TryToHexStringLower : ReadOnlySpan<byte> * Span<char> * int -> bool
Public Shared Function TryToHexStringLower (source As ReadOnlySpan(Of Byte), destination As Span(Of Char), ByRef charsWritten As Integer) As Boolean

Parameters

source
ReadOnlySpan<Byte>
destination
Span<Char>
charsWritten
Int32

Returns

Applies to