Show / Hide Table of Contents

Class FormattedLanguageString

An IString which substitutes arguments into a format string provided by Language.

Inheritance
object
FormattedLanguageString
Implements
IString
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class FormattedLanguageString : IString

Constructors

View Source

FormattedLanguageString()

Declaration
public FormattedLanguageString()
View Source

FormattedLanguageString(string, params 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
string key
object[] args

Fields

View Source

args

Declaration
public object[] args
Field Value
Type Description
object[]
View Source

key

Declaration
public string key
Field Value
Type Description
string
View Source

sheet

Declaration
public string sheet
Field Value
Type Description
string

Properties

View Source

Value

Declaration
public string Value { get; }
Property Value
Type Description
string

Methods

View Source

Clone()

Declaration
public IString Clone()
Returns
Type Description
IString

Implements

IString

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX