Class StringFormatter
Inheritance
System.Object
StringFormatter
Namespace: Unity.Tiny.Debugging
Syntax
public static class StringFormatter
Methods
Format(String, Object[])
Declaration
public static string Format(string format, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | format | |
| System.Object[] | args |
Returns
| Type | Description |
|---|---|
| System.String |