Skip to content

SiloAddress.Parse(string)

Parse(string)

static
View source
public static SiloAddress Parse(string value)
Parses a SiloAddress from a string in the standard form returned from SiloAddress.

Parameters

valuestring
String containing the SiloAddress info to be parsed.

Returns

A SiloAddress parsed from the input data.