C# Class DoLess.UriTemplates.StringBuilderExtensions

Afficher le fichier Open project: letsar/DoLess.UriTemplates

Méthodes publiques

Méthode 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 méthode

public static AppendEncoded ( StringBuilder self, char value, bool allowReserved ) : void
self StringBuilder
value char
allowReserved bool
Résultat void

AppendEncoded() public static méthode

public static AppendEncoded ( StringBuilder self, string value, bool allowReserved ) : void
self StringBuilder
value string
allowReserved bool
Résultat void

RemoveLastChar() public static méthode

public static RemoveLastChar ( StringBuilder self ) : void
self StringBuilder
Résultat void