LocationFromString(String, Boolean) Method
This method is made to get back from a Location.ToString(). It is therefor very important that any
changes in ToString are reflected in this method. The flag specifies whether or not the hyphens
around the ID is wished kept or not.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public void FromString(
string locationString,
bool removeHyphen
)
Parameters
- locationString String
[Missing <param name="locationString"/> documentation for "M:DHI.Mike1D.Generic.Location.FromString(System.String,System.Boolean)"]
- removeHyphen Boolean
[Missing <param name="removeHyphen"/> documentation for "M:DHI.Mike1D.Generic.Location.FromString(System.String,System.Boolean)"]