Class DefaultFormatter
Do the default formatting, same logic as "String.Format".
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.Extensions
Syntax
[Serializable]
public class DefaultFormatter : FormatterBase, IFormatter, ISerializationCallbackReceiver
Constructors
DefaultFormatter()
Creates a new instance of the formatter.
Declaration
public DefaultFormatter()
Properties
DefaultNames
Declaration
public override string[] DefaultNames { get; }
Property Value
Type | Description |
---|---|
String[] |
Overrides
Methods
TryEvaluateFormat(IFormattingInfo)
Checks, if the current value of the ISelectorInfo can be processed by the DefaultFormatter.
Declaration
public override bool TryEvaluateFormat(IFormattingInfo formattingInfo)
Parameters
Type | Name | Description |
---|---|---|
IFormattingInfo | formattingInfo |
Returns
Type | Description |
---|---|
Boolean | Returns true, if the current value of the ISelectorInfo can be processed by the DefaultFormatter |