TextSubtext method

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

Get a piece of a text string

Implementation

Pointer<Char> TextSubtext(Pointer<Char> text, int position, int length)
  => _TextSubtext(text, position, length);