ToString()
Get the string representation of the LiteralText, with escaped characters converted. Note: The Parser puts each escaped character of an input string into its own LiteralText item.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
public override string ToString()
Returns
Type | Description |
|---|---|
| string | The string representation of the LiteralText, with escaped characters converted. |