TextToPascal abstract method
Get Pascal case notation version of provided string
Implementation
MemoryPointer<RChar> TextToPascal(
MemoryPointer<RChar> text,
);
Get Pascal case notation version of provided string
MemoryPointer<RChar> TextToPascal(
MemoryPointer<RChar> text,
);