FormatSmart(string, params object[])
Formats the specified arguments, using this string as the composite format string.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
FormatSmart(string, Object[])
public static string FormatSmart(this string format, params object[] args)
Parameters
Returns
Type | Description |
|---|---|
| string | A new string with the format items replaced by the formatted arguments. |