TextFormat method

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

Implementation

Pointer<Char> TextFormat(Pointer<Char> text) {
  return _TextFormat(text);
}