class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.Source
Evaluates an index-based Selector. Include this source, if an indexed source shall be used just the way string.Format does.
Smart.Format("{0}-{1}", 1234, 5678);
| Method | Description |
|---|---|
| TrySetResultForNullableOperator | If any of the Placeholder's Unity.SmartStrings.Core.Parsing.Placeholder.Selectors has nullable ? as their first operator, and ISelectorInfo.CurrentValue is null, ISelectorInfo.Result will be set to null. |