Method | Description | |
---|---|---|
Compare ( byte a, byte b ) : int | ||
Compare ( byte a, byte b, int count ) : int | ||
Compare ( byte a, int aFrom, byte b, int bFrom, int count ) : int | ||
Compare ( byte a, int aFrom, string b, int bFrom, int count ) : int | ||
Compare ( byte a, string b ) : int | ||
Compare ( byte a, string b, int count ) : int | ||
Concat ( byte buffer, int size, byte src, int count ) : void |
Concatenates count bytes of the string in buffer src to the end of the string in buffer buffer.
|
|
Copy ( byte buffer, int size, byte src, int index, int count ) : void | ||
GetBytes ( string src, byte dst, int size ) : bool | ||
Length ( byte str ) : int | ||
__Test1 ( ) : void |
Method | Description | |
---|---|---|
__RunTests ( ) : void |
public static Compare ( byte a, byte b ) : int | ||
a | byte | |
b | byte | |
return | int |
public static Compare ( byte a, byte b, int count ) : int | ||
a | byte | |
b | byte | |
count | int | |
return | int |
public static Compare ( byte a, int aFrom, byte b, int bFrom, int count ) : int | ||
a | byte | |
aFrom | int | |
b | byte | |
bFrom | int | |
count | int | |
return | int |
public static Compare ( byte a, int aFrom, string b, int bFrom, int count ) : int | ||
a | byte | |
aFrom | int | |
b | string | |
bFrom | int | |
count | int | |
return | int |
public static Compare ( byte a, string b ) : int | ||
a | byte | |
b | string | |
return | int |
public static Compare ( byte a, string b, int count ) : int | ||
a | byte | |
b | string | |
count | int | |
return | int |
public static Concat ( byte buffer, int size, byte src, int count ) : void | ||
buffer | byte | |
size | int | |
src | byte | |
count | int | |
return | void |
public static Copy ( byte buffer, int size, byte src, int index, int count ) : void | ||
buffer | byte | |
size | int | |
src | byte | |
index | int | |
count | int | |
return | void |
public static GetBytes ( string src, byte dst, int size ) : bool | ||
src | string | |
dst | byte | |
size | int | |
return | bool |