polyplex.utils.strutils

Undocumented in source.

Members

Static functions

Format
string Format(string format, T args)

C# style text formatting. Add {(id)} in text to specify replacement points, specified arguments (after sequential id) will replace the text with a to!string variant.

Meta