Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SmartExtensions

Provides extension methods that apply Smart String formatting to StringBuilder, TextWriter, and string.
Read time 1 minuteLast updated 5 days ago

Definition

public static class SmartExtensions

Static Methods

Method

Description

AppendLineSmartAppends a formatted string followed by a line terminator, using the same semantics as Smart.Format.
AppendSmartAppends a formatted string, using the same semantics as Smart.Format.
FormatSmartFormats the specified arguments, using this string as the composite format string.
WriteLineSmartWrites a formatted string followed by a line terminator, using the same semantics as Smart.Format.
WriteSmartWrites a formatted string, using the same semantics as Smart.Format.