C# Class YamlDotNet.Serialization.NamingConventions.UnderscoredNamingConvention

Convert the string from camelcase (thisIsATest) to a underscored (this_is_a_test) string
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