Method | Description | |
---|---|---|
@params ( ) : |
||
@typeof ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
charset ( ) : |
||
forExt ( string s ) : |
||
fromStr ( string s ) : |
||
fromStr ( string s, bool check ) : |
||
hash ( ) : long | ||
mediaType ( ) : string | ||
noParams ( ) : |
||
parseParams ( string s ) : |
||
parseParams ( string s, bool check ) : |
||
subType ( ) : string | ||
toStr ( ) : string |
Method | Description | |
---|---|---|
doParseParams ( string s, int offset ) : |
||
emptyParams ( ) : |
||
parse ( string s ) : |
||
unescape ( string s ) : string |
public static fromStr ( string s ) : |
||
s | string | |
return |
public static fromStr ( string s, bool check ) : |
||
s | string | |
check | bool | |
return |
public static parseParams ( string s, bool check ) : |
||
s | string | |
check | bool | |
return |