Skip to content

SiloAddress.Parse(ReadOnlySpan<byte>)

Parse(ReadOnlySpan<byte>)

static
View source
public static SiloAddress Parse(ReadOnlySpan<byte> utf8Text)
Parses a SiloAddress from UTF-8 text in the standard form returned from SiloAddress.

Parameters

utf8TextReadOnlySpan<byte>
UTF-8 text containing the SiloAddress info to be parsed.

Returns

A SiloAddress parsed from the input data.