Substring
Gets a substring of the current Format.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
Substring(int)
Gets a substring of the current Format.
public Format Substring(int start)
Parameters
Start index of the substring.
Returns
Substring(int, int)
Gets a substring of the current Format.
public Format Substring(int start, int length)