AsSpan()
Gets the ReadOnlySpan_1 representation of this FormatItem.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
public virtual ReadOnlySpan<char> AsSpan()
Returns
Type | Description |
|---|---|
| ReadOnlySpan<char> | The ReadOnlySpan_1 representation of this FormatItem |