class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.Source
Evaluates a Selector with a string as ISelectorInfo.CurrentValue.
Include this source for handling string and its extension methods.
| Property | Description |
|---|---|
| SelectorMethods | A Collections.Generic.Dictionary_2 of methods that can be used as selectors. |
| UseInvariantCulture | When true, uses Globalization.CultureInfo.InvariantCulture when performing string operations, otherwise uses the Locale . |
| 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. |