TextSubtext method

Pointer<Char> TextSubtext(
  1. Pointer<Char> text,
  2. int position,
  3. int length
)

Implementation

Pointer<Char> TextSubtext(Pointer<Char> text, int position, int length) {
  return _TextSubtext(text, position, length);
}