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