ConditionalFormatter
Formats primitive types by matching them against condition patterns.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: FormatterBase
- Implements: IFormatter, IFormatterLiteralExtractor
public class ConditionalFormatter : FormatterBase, IFormatter, IFormatterLiteralExtractor
Constructors
Constructor | Description |
|---|---|
| ConditionalFormatter() | Creates a new instance of the formatter. |
Properties
Property | Description |
|---|---|
| SplitChar | The character used to split the option text literals. Valid characters are: | (pipe) , (comma) ~ (tilde) |