C# 클래스 YamlDotNet.Serialization.NamingConventions.UnderscoredNamingConvention

Convert the string from camelcase (thisIsATest) to a underscored (this_is_a_test) string
상속: INamingConvention
파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

메소드 설명
Apply ( string value ) : string

메소드 상세

Apply() 공개 메소드

public Apply ( string value ) : string
value string
리턴 string