DefaultFormatter
Performs default formatting, using the same logic as string.Format.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: FormatterBase
- Implements: IFormatter
public class DefaultFormatter : FormatterBase, IFormatter
Constructors
Constructor | Description |
|---|---|
| DefaultFormatter() | Creates a new instance of the formatter. |