class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.FormatterBase
Outputs part of an input string.
| Property | Description |
|---|---|
| NullDisplayString | The string to display for NULL values, defaults to (null). It will not be used, if a format option is provided to the formatter. In this case, the child formatter must handle the NULL result. |
| OutOfRangeBehavior | The behavior when start index and/or length are too big, defaults to SubStringFormatter.SubStringOutOfRangeBehavior.ReturnEmptyString. |
| 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. |