class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.FormatterBase
Implements interfaces:IFormatterLiteralExtractor
Outputs one of several literal options, selected according to the input value.
| Property | Description |
|---|---|
| CaseSensitivity | The CaseSensitivityType for option strings. Defaults to CaseSensitivityType.CaseSensitive. Comparison of option strings is culture-aware. |
| SplitChar | The character used to split the option text literals. Valid characters are: | (pipe) , (comma) ~ (tilde) |
| Property | Description |
|---|---|
| DefaultName | Default name to use when FormatterBase.Name is null. |