class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.Source
Evaluates a Selector with a Collections.Generic.KeyValuePair_2.
The key must be string, the value must be an Object.
Smart.Format("{key}", new KeyValuePair<string, object?>("key", "a value"); Result: "a value".
| 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. |