StringTableParser.ParseFile method

Parses a string table file and returns a dictionary of key/value pairs.

public static IReadOnlyDictionary<string, string> ParseFile(string path)
parameter description
path The file path to parse.

Return Value

A dictionary containing parsed key/value pairs.

See Also