Class StringEntry
- Namespace
- Moongate.UO.Data.Localization
- Assembly
- Moongate.UO.Data.dll
public sealed class StringEntry
- Inheritance
-
StringEntry
- Inherited Members
Constructors
StringEntry(int, string, CliLocFlag)
public StringEntry(int number, string text, CliLocFlag flag)
Parameters
numberinttextstringflagCliLocFlag
StringEntry(int, string, byte)
public StringEntry(int number, string text, byte flag)
Parameters
Properties
Flag
public CliLocFlag Flag { get; set; }
Property Value
Number
public int Number { get; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
Format(params object[])
public string Format(params object[] args)
Parameters
argsobject[]
Returns
SplitFormat(string)
public string SplitFormat(string argString)
Parameters
argStringstring
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.