Skip to content

SiloAddress.FromUtf8String(ReadOnlySpan<byte>)

FromUtf8String(ReadOnlySpan<byte>)

static
View source
public static SiloAddress FromUtf8String(ReadOnlySpan<byte> addr)
Create a new SiloAddress object by parsing string in a standard form returned from ToParsableString method.

Parameters

addrReadOnlySpan<byte>
String containing the SiloAddress info to be parsed.

Returns

New SiloAddress object created from the input data.