Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a function that converts a given string from PascalCase to camelCase.
public static Func<string,string> CamelCase { get; }
member this.CamelCase : Func<string, string>
Public Shared ReadOnly Property CamelCase As Func(Of String, String)