TextLength method

int TextLength(
  1. Pointer<Char> text
)

Implementation

int TextLength(Pointer<Char> text) {
  return _TextLength(text);
}