C# Class NHibernate.OData.HttpUtil

Mostrar archivo Open project: pvginkel/NHibernate.OData

Public Methods

Method Description
HexToInt ( char value ) : int
IsHex ( char value ) : bool
UriDecode ( string value, bool useUtf8Encoding ) : string

Method Details

HexToInt() public static method

public static HexToInt ( char value ) : int
value char
return int

IsHex() public static method

public static IsHex ( char value ) : bool
value char
return bool

UriDecode() public static method

public static UriDecode ( string value, bool useUtf8Encoding ) : string
value string
useUtf8Encoding bool
return string