Method Parse
Parse(string)
Initializes a new instance of LocaleEntryLocation by parsing the given .dir file line.
Declaration
public static LocaleEntryLocation Parse(string line)
Parameters
| Type | Name | Description |
|---|---|---|
| string | line | The locale .dir file line to parse. |
Returns
| Type | Description |
|---|---|
| LocaleEntryLocation | The locale entry location parsed from the contents of |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | |
| FormatException |