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

Parses string to WorldLocation.

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static WorldLocation Parse(
	string input
)
Public Shared Function Parse ( _
	input As String _
) As WorldLocation
public:
static WorldLocation Parse(
	String^ input
)

Parameters

input
String
String in X.Y.Z format.

Return Value

Read WorldLocation object.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionInput argument is null.
System..::.FormatExceptionUnable to parse input string.

See Also