SmartExtensions
Provides extension methods that apply Smart String formatting to StringBuilder, TextWriter, and string.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
public static class SmartExtensions
Static Methods
Method | Description |
|---|---|
| AppendLineSmart | Appends a formatted string followed by a line terminator, using the same semantics as Smart.Format. |
| AppendSmart | Appends a formatted string, using the same semantics as Smart.Format. |
| FormatSmart | Formats the specified arguments, using this string as the composite format string. |
| WriteLineSmart | Writes a formatted string followed by a line terminator, using the same semantics as Smart.Format. |
| WriteSmart | Writes a formatted string, using the same semantics as Smart.Format. |