Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class StringUtility

String utilities for Json contract resolvers and converters.

Inheritance
System.Object
StringUtility
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Serialization.Json
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
public static class StringUtility

Methods

ToCamelCase(String)

Convert a string to camel case.

Declaration
public static string ToCamelCase(string input)
Parameters
Type Name Description
System.String input

The input string.

Returns
Type Description
System.String