class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.FormatterBase
Implements interfaces:IFormatterLiteralExtractor
Formats null values.
Smart.Format("{0:isnull:It's null}", arg) Smart.Format("{0:isnull:It's null|Not null}", arg) Smart.Format("{0:isnull:It's null|{}}", arg)
| Property | Description |
|---|---|
| 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. |