C# Class Microsoft.Http.HttpUtility

Afficher le fichier Open project: o2platform/O2.Platform.Projects

Méthodes publiques

Méthode Description
EndsWithInvariant ( this target, char value ) : bool
EndsWithInvariant ( this target, string value ) : bool
StartsWithInvariant ( this target, char value ) : bool
StartsWithInvariant ( this target, string value ) : bool
ToStringInvariant ( this formattable ) : string

Method Details

EndsWithInvariant() public static méthode

public static EndsWithInvariant ( this target, char value ) : bool
target this
value char
Résultat bool

EndsWithInvariant() public static méthode

public static EndsWithInvariant ( this target, string value ) : bool
target this
value string
Résultat bool

StartsWithInvariant() public static méthode

public static StartsWithInvariant ( this target, char value ) : bool
target this
value char
Résultat bool

StartsWithInvariant() public static méthode

public static StartsWithInvariant ( this target, string value ) : bool
target this
value string
Résultat bool

ToStringInvariant() public static méthode

public static ToStringInvariant ( this formattable ) : string
formattable this
Résultat string