AsSpan()
Gets the character span for 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 11 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
public override ReadOnlySpan<char> AsSpan()
Returns
Type | Description |
|---|---|
| ReadOnlySpan<char> | The character span for the LiteralText, with escaped characters converted. |