Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class StringUtility

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public static class StringUtility

Methods

ToCamelCase(String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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