Converts a string to Pascal case.
Namespace: MindFusion.JsonAssembly: MindFusion.Common
protected static string ToCamelCase ( string text)
Protected Shared Function ToCamelCase( _ text As String _) As String
Input string.
The string in Pascal case
JsonContext MembersJsonContext ClassMindFusion.Json Namespace