Class FormattedLanguageString
An IString which substitutes arguments into a format string provided by Language.
Inheritance
FormattedLanguageString
Assembly: ItemChanger.dll
public class FormattedLanguageString : IString
Constructors
View Source
Declaration
public FormattedLanguageString()
View Source
Creates a FormattedLanguageString for the specified key and args, targeting the "Fmt" sheet.
Declaration
public FormattedLanguageString(string key, params object[] args)
Parameters
Fields
View Source
Declaration
Field Value
View Source
Declaration
Field Value
View Source
Declaration
Field Value
Properties
View Source
Declaration
public string Value { get; }
Property Value
Methods
View Source
Declaration
Returns
Implements
Extension Methods