TextToPascal method

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

Get Pascal case notation version of provided string

Implementation

Pointer<Char> TextToPascal(Pointer<Char> text)
  => _TextToPascal(text);