DefaultSource
Evaluates an index-based Selector. Include this source, if an indexed source shall be used just the way string.Format does.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: Source
- Implements: ISource, IInitializer
public class DefaultSource : Source, ISource, IInitializer
Remarks
Smart.Format("{0}-{1}", 1234, 5678);