C# Class Wv.wv

Mostra file Open project: apenwarr/versaplex

Public Methods

Method Description
IsMono ( ) : bool
PathCombine ( string first ) : string
PathJoin ( string first ) : string
PathSplit ( string path ) : string[]
_hexdump ( WvBytes b ) : string
add_breaks_to_newlines ( string orig ) : string
assert ( ) : void
assert ( bool b ) : void
assert ( bool b, object msg ) : void
assert ( bool b, string fmt ) : void
atod ( object o ) : double
atoi ( object o ) : int
atol ( object o ) : long
cookiesplit ( string>.Dictionary d, string query ) : void
date ( object s ) : System.DateTime
fmt ( string format ) : string
getenv ( string key ) : string
hexdump ( WvBytes b ) : object
httpdate ( System.DateTime d ) : string
isempty ( System.DateTime d ) : bool
isempty ( System.TimeSpan t ) : bool
isempty ( string s ) : bool
print ( string format ) : void
printerr ( string format ) : void
randombytes ( int num ) : byte[]
shift ( string &array ) : string
shift ( string &array, int index ) : string
sleep ( int msec_delay ) : void
sort ( ICollection keys ) : Array
sort ( ICollection keys, IComparer comparer ) : Array
stringify ( ICollection keys ) : string[]
until ( System.DateTime t ) : IEnumerable
until ( int msec_timeout ) : IEnumerable
urldecode ( string s ) : string
urlencode ( string s ) : string
urlsplit ( string>.Dictionary d, string query ) : void

Private Methods

Method Description
hexbyte ( WvBytes b, int ofs ) : string
intclean ( object o, bool allow_dot ) : string
printable ( WvBytes b, int ofs ) : char

Method Details

IsMono() public static method

public static IsMono ( ) : bool
return bool

PathCombine() public static method

public static PathCombine ( string first ) : string
first string
return string

PathJoin() public static method

public static PathJoin ( string first ) : string
first string
return string

PathSplit() public static method

public static PathSplit ( string path ) : string[]
path string
return string[]

_hexdump() public static method

public static _hexdump ( WvBytes b ) : string
b WvBytes
return string

add_breaks_to_newlines() public static method

public static add_breaks_to_newlines ( string orig ) : string
orig string
return string

assert() public static method

public static assert ( ) : void
return void

assert() public static method

public static assert ( bool b ) : void
b bool
return void

assert() public static method

public static assert ( bool b, object msg ) : void
b bool
msg object
return void

assert() public static method

public static assert ( bool b, string fmt ) : void
b bool
fmt string
return void

atod() public static method

public static atod ( object o ) : double
o object
return double

atoi() public static method

public static atoi ( object o ) : int
o object
return int

atol() public static method

public static atol ( object o ) : long
o object
return long

cookiesplit() public static method

public static cookiesplit ( string>.Dictionary d, string query ) : void
d string>.Dictionary
query string
return void

date() public static method

public static date ( object s ) : System.DateTime
s object
return System.DateTime

fmt() public static method

public static fmt ( string format ) : string
format string
return string

getenv() public static method

public static getenv ( string key ) : string
key string
return string

hexdump() public static method

public static hexdump ( WvBytes b ) : object
b WvBytes
return object

httpdate() public static method

public static httpdate ( System.DateTime d ) : string
d System.DateTime
return string

isempty() public static method

public static isempty ( System.DateTime d ) : bool
d System.DateTime
return bool

isempty() public static method

public static isempty ( System.TimeSpan t ) : bool
t System.TimeSpan
return bool

isempty() public static method

public static isempty ( string s ) : bool
s string
return bool

print() public static method

public static print ( string format ) : void
format string
return void

printerr() public static method

public static printerr ( string format ) : void
format string
return void

randombytes() public static method

public static randombytes ( int num ) : byte[]
num int
return byte[]

shift() public static method

public static shift ( string &array ) : string
array string
return string

shift() public static method

public static shift ( string &array, int index ) : string
array string
index int
return string

sleep() public static method

public static sleep ( int msec_delay ) : void
msec_delay int
return void

sort() public static method

public static sort ( ICollection keys ) : Array
keys ICollection
return System.Array

sort() public static method

public static sort ( ICollection keys, IComparer comparer ) : Array
keys ICollection
comparer IComparer
return System.Array

stringify() public static method

public static stringify ( ICollection keys ) : string[]
keys ICollection
return string[]

until() public static method

public static until ( System.DateTime t ) : IEnumerable
t System.DateTime
return IEnumerable

until() public static method

public static until ( int msec_timeout ) : IEnumerable
msec_timeout int
return IEnumerable

urldecode() public static method

public static urldecode ( string s ) : string
s string
return string

urlencode() public static method

public static urlencode ( string s ) : string
s string
return string

urlsplit() public static method

public static urlsplit ( string>.Dictionary d, string query ) : void
d string>.Dictionary
query string
return void