TextFormat method

Pointer<Char> TextFormat(
  1. Pointer<Char> text
)

Text formatting with variables (sprintf() style)

Implementation

Pointer<Char> TextFormat(Pointer<Char> text)
  => _TextFormat(text);