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

Convert the string with underscores (this_is_a_test) or hyphens (this-is-a-test) to pascal case (ThisIsATest). Pascal case is the same as camel case, except the first letter is uppercase.
상속: INamingConvention
파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

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

메소드 상세

Apply() 공개 메소드

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