[This is preliminary documentation and is subject to change.]
Parses a string containing a textual representation of an LayoutType.
| C# |
public static LayoutType Parse( string input )
- input (String)
- The string containing the textual representation.
An LayoutType which is the result of the parse, or _undefined_ if the parse fails.