All pages
Powered by GitBook
1 of 1

PascalCase

Convert a string to pascal case

Method Signature

PascalCase(string=[string])

Arguments

Argument
Type
Required
Description
Default

string

string

true

The target string

Examples

Related