TryParse

TemplateLinkedPositionEdges.TryParse method

Converts the string representation of edges to its class equivalent. A return value indicates whether the conversion is succeeded or failed.

public static bool TryParse(string s, out TemplateLinkedPositionEdges edges)
Parameter Type Description
s String A string containing edges to convert.
edges TemplateLinkedPositionEdges& When the method returns, it contains the instance of TemplateLinkedPositionEdges class that is equivalent to the value specified in s parameter, if the conversion is succeeded; otherwise, null.

Return Value

true if s is converted successfully; otherwise, false.

See Also