toPascalCase

Converts str to Pascal case.

static pure
string
toPascalCase
(
string str
)

Parameters

str string

The string to convert to Pascal case.

Return Value

Type: string

The input string str converted to Pascal case.

Meta