C# Class Microsoft.Http.HttpUtility

Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method 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 method

public static EndsWithInvariant ( this target, char value ) : bool
target this
value char
return bool

EndsWithInvariant() public static method

public static EndsWithInvariant ( this target, string value ) : bool
target this
value string
return bool

StartsWithInvariant() public static method

public static StartsWithInvariant ( this target, char value ) : bool
target this
value char
return bool

StartsWithInvariant() public static method

public static StartsWithInvariant ( this target, string value ) : bool
target this
value string
return bool

ToStringInvariant() public static method

public static ToStringInvariant ( this formattable ) : string
formattable this
return string