StringOutput
Wraps a StringBuilder so it can be used for output.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Core.Output
- Assembly: UnityEngine.SmartStringsModule
- Implements: IOutput
public class StringOutput : IOutput
Remarks
StringBuilder, UnicodeEncoding and objects use UTF-16 encoding to store characters.
stringConstructors
Constructor | Description |
|---|---|
| StringOutput() | Creates a new instance of StringOutput. |
| StringOutput(System.Int32) | Creates a new instance of StringOutput with the given capacity. |
| StringOutput(System.Text.StringBuilder) | Creates a new instance of StringOutput using the given StringBuilder. |