Class Parser.ParsingErrorText
Namespace: UnityEngine.Localization.SmartFormat.Core.Parsing
Syntax
public class ParsingErrorText
Properties
Item[Parser.ParsingError]
Gets the string representation of the ParsingError enum.
Declaration
public string this[Parser.ParsingError parsingErrorKey] { get; }
Parameters
Type | Name | Description |
---|---|---|
Parser.ParsingError | parsingErrorKey |
Property Value
Type | Description |
---|---|
String | The string representation of the ParsingError enum |