C# Class DoLess.UriTemplates.StringBuilderExtensions

Datei anzeigen Open project: letsar/DoLess.UriTemplates

Public Methods

Method Description
AppendEncoded ( StringBuilder self, char value, bool allowReserved ) : void
AppendEncoded ( StringBuilder self, string value, bool allowReserved ) : void
RemoveLastChar ( StringBuilder self ) : void

Method Details

AppendEncoded() public static method

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

AppendEncoded() public static method

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

RemoveLastChar() public static method

public static RemoveLastChar ( StringBuilder self ) : void
self StringBuilder
return void