(require("dotnet-identifier-case"))(value) → {string}
Transforms a string with any case convention to one using Microsoft's .NET Capitalization Conventions.
Parameters:
Name | Type | Description |
---|---|---|
value |
string | String value to be transformed. |
Returns:
value converted to PascalCase.
- Type
- string