IInvocationBinder.GetTarget(ReadOnlySpan<Byte>) Method

Definition

Gets the String representation for the target from bytes.

public virtual string? GetTarget (ReadOnlySpan<byte> utf8Bytes);
abstract member GetTarget : ReadOnlySpan<byte> -> string
override this.GetTarget : ReadOnlySpan<byte> -> string
Public Overridable Function GetTarget (utf8Bytes As ReadOnlySpan(Of Byte)) As String

Parameters

utf8Bytes
ReadOnlySpan<Byte>

The target name as a utf8 sequence.

Returns

A string that represents the target or null if the target string couldn't be determined.

Applies to