Persistate API documentation
Parse Method (input)
NamespacesPersistateNodeTypeParse(String)

[This is preliminary documentation and is subject to change.]

Parses a string containing a textual representation of an NodeType.
Declaration Syntax
C#
public static NodeType Parse(
	string input
)
Parameters
input (String)
The string containing the textual representation.
Return Value
An NodeType which is the result of the parse, or _undefined_ if the parse fails.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)