C# Class YamlDotNet.Serialization.NamingConventions.CamelCaseNamingConvention

Convert the string with underscores (this_is_a_test) or hyphens (this-is-a-test) to camel case (thisIsATest). Camel case is the same as Pascal case, except the first letter is lowercase.
Inheritance: INamingConvention
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
Apply ( string value ) : string

Method Details

Apply() public méthode

public Apply ( string value ) : string
value string
Résultat string