[This is preliminary documentation and is subject to change.]
Parses string to WorldLocation.
Namespace:
Phoenix.WorldDataAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Input argument is null. |
| System..::.FormatException | Unable to parse input string. |