Converts a string to Camel case.
Namespace: MindFusion.Json
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
protected static string ToPascalCase ( |
Visual Basic
Copy Code
|
|---|
Protected Shared Function ToPascalCase( _ |
Input string.
The string in Camel case
See Also