WriteLineSmart(TextWriter, string, params object[])
Writes a formatted string followed by a line terminator, using the same semantics as Smart.Format.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
WriteLineSmart(TextWriter, string, Object[])
public static void WriteLineSmart(this TextWriter writer, string format, params object[] args)
Parameters
Target TextWriter for the formatted output.
Composite format string that defines how the arguments are formatted.
Arguments to insert into the formatted output.