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