Share via


CommonMethodNameTransforms.CamelCase Property

Definition

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)

Property Value

Applies to