IInvocationBinder.GetTarget(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.