Class FormattedLanguageString
An IString which substitutes arguments into a format string provided by Language.
Inheritance
System.Object
FormattedLanguageString
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class FormattedLanguageString : IString
Constructors
| Improve this Doc View SourceFormattedLanguageString()
Declaration
public FormattedLanguageString()
FormattedLanguageString(String, Object[])
Creates a FormattedLanguageString for the specified key and args, targeting the "Fmt" sheet.
Declaration
public FormattedLanguageString(string key, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object[] | args |
Fields
| Improve this Doc View Sourceargs
Declaration
public object[] args
Field Value
Type | Description |
---|---|
System.Object[] |
key
Declaration
public string key
Field Value
Type | Description |
---|---|
System.String |
sheet
Declaration
public string sheet
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceValue
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Declaration
public IString Clone()
Returns
Type | Description |
---|---|
IString |