C# 클래스 DoLess.UriTemplates.StringBuilderExtensions

파일 보기 프로젝트 열기: letsar/DoLess.UriTemplates

공개 메소드들

메소드 설명
AppendEncoded ( StringBuilder self, char value, bool allowReserved ) : void
AppendEncoded ( StringBuilder self, string value, bool allowReserved ) : void
RemoveLastChar ( StringBuilder self ) : void

메소드 상세

AppendEncoded() 공개 정적인 메소드

public static AppendEncoded ( StringBuilder self, char value, bool allowReserved ) : void
self StringBuilder
value char
allowReserved bool
리턴 void

AppendEncoded() 공개 정적인 메소드

public static AppendEncoded ( StringBuilder self, string value, bool allowReserved ) : void
self StringBuilder
value string
allowReserved bool
리턴 void

RemoveLastChar() 공개 정적인 메소드

public static RemoveLastChar ( StringBuilder self ) : void
self StringBuilder
리턴 void