Skip to content

SiloAddress.FromParsableString(string)

FromParsableString(string)

static
View source
public static SiloAddress FromParsableString(string addr)
Create a new SiloAddress object by parsing string in a standard form returned from ToParsableString method.

Parameters

addrstring
String containing the SiloAddress info to be parsed.

Returns

New SiloAddress object created from the input data.