ConvertJsNameResponse Properties |
The ConvertJsNameResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| CamelCase |
Creates a ConvertJsNameResponse that converts the name
to CamelCase (the first letter of the name is lower case).
| |
| NoConversion |
Creates a ConvertJsNameResponse that use the member name as is.
| |
| PascalCase |
Creates a ConvertJsNameResponse that converts the name
to PascalCase (the first letter of the name is upper case).
|