Parse

TemplateLinkedPositionEdges.Parse method

Converts the string representation of edges to its class equivalent.

public static TemplateLinkedPositionEdges Parse(string s)
Parameter Type Description
s String A string that contains edges to convert.

Return Value

An instance of TemplateLinkedPositionEdges class that is equivalent to the value specified in s parameter.

Exceptions

exception condition
ArgumentException s does not represent edges in a valid format.

See Also