C# 클래스 Hapikit.StringBuilderExtensions

파일 보기 프로젝트 열기: hapikit/hapikit.net

공개 메소드들

메소드 설명
AppendKey ( this builder, string key ) : StringBuilder
AppendQuotedString ( this builder, string value ) : StringBuilder

메소드 상세

AppendKey() 공개 정적인 메소드

public static AppendKey ( this builder, string key ) : StringBuilder
builder this
key string
리턴 System.Text.StringBuilder

AppendQuotedString() 공개 정적인 메소드

public static AppendQuotedString ( this builder, string value ) : StringBuilder
builder this
value string
리턴 StringBuilder