TextToPascal abstract method

MemoryPointer<RInt8> TextToPascal(
  1. MemoryPointer<RInt8> text
)

Get Pascal case notation version of provided string

Implementation

MemoryPointer<RChar> TextToPascal(
  MemoryPointer<RChar> text,
);