Method |
Description |
|
AppendLineFormat ( this sb, string format ) : void |
|
|
EscapeCharsForHttp ( this fileName ) : string |
Escapes a number of characters that need it for our url/http processing. Note that calls to EscapeCharsForHttp() must be matched by an equal number of subsequent calls to UnescapeCharsForHttp(). (Normally each is called once.) |
|
FromLocalhost ( this uri ) : string |
|
|
SizeTextRectangleToText ( this args ) : void |
|
|
ToInt ( this value ) : int |
|
|
ToLocalhost ( this fileName ) : string |
|
|
UnescapeCharsForHttp ( this uri ) : string |
Remove the escaping of characters that need it for our url/http processing to restore a valid file pathname. Note that calls to UnescapeCharsForHttp() must be matched by an equal number of previous calls to EscapeCharsForHttp(). (Normally each is called once.) |
|