Edit

Share via


SiloAddress.FromUtf8String(ReadOnlySpan<Byte>) Method

Definition

Create a new SiloAddress object by parsing string in a standard form returned from ToParsableString method.

public static Orleans.Runtime.SiloAddress FromUtf8String (ReadOnlySpan<byte> addr);
static member FromUtf8String : ReadOnlySpan<byte> -> Orleans.Runtime.SiloAddress
Public Shared Function FromUtf8String (addr As ReadOnlySpan(Of Byte)) As SiloAddress

Parameters

addr
ReadOnlySpan<Byte>

String containing the SiloAddress info to be parsed.

Returns

New SiloAddress object created from the input data.

Applies to