TryEvaluateSelector(ISelectorInfo)
Allows an integer to be used as a selector to index an array (or list). This is better described using an example: CustomFormat("{Dates.2.Year}", {#1/1/2000#, #12/31/2999#, #9/9/9999#}) = "9999" The ".2" selector is used to reference Dates[2].
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
public bool TryEvaluateSelector(ISelectorInfo selectorInfo)
Parameters
Returns
Type | Description |
|---|---|
| bool |