FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    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 line.

    Exceptions
    Type Condition
    ArgumentNullException
    FormatException