Property | Type | Description | |
---|---|---|---|
NewLine | string |
Method | Description | |
---|---|---|
CreateArrayList ( ) : System.Collections.IList | ||
CreateArrayList ( System collection ) : System.Collections.IList | ||
CreateArrayList ( int capacity ) : System.Collections.IList | ||
CreateHashtable ( ) : System.Collections.IDictionary | ||
CreateHashtable ( System dictionary ) : System.Collections.IDictionary | ||
CreateHashtable ( int capacity ) : System.Collections.IDictionary | ||
CreateNotImplementedException ( string message ) : Exception | ||
Dispose ( IDisposable d ) : void | ||
EndsWith ( string source, string suffix ) : bool | ||
EqualsIgnoreCase ( string a, string b ) : bool | ||
GetEnvironmentVariable ( string variable ) : string | ||
GetTypeName ( object obj ) : string | ||
IndexOf ( string source, string value ) : int | ||
LastIndexOf ( string source, string value ) : int | ||
StartsWith ( string source, string prefix ) : bool | ||
ToLowerInvariant ( string s ) : string | ||
ToUpperInvariant ( string s ) : string |
Method | Description | |
---|---|---|
GetNewLine ( ) : string |
public static CreateArrayList ( ) : System.Collections.IList | ||
return | System.Collections.IList |
public static CreateArrayList ( System collection ) : System.Collections.IList | ||
collection | System | |
return | System.Collections.IList |
public static CreateArrayList ( int capacity ) : System.Collections.IList | ||
capacity | int | |
return | System.Collections.IList |
public static CreateHashtable ( ) : System.Collections.IDictionary | ||
return | System.Collections.IDictionary |
public static CreateHashtable ( System dictionary ) : System.Collections.IDictionary | ||
dictionary | System | |
return | System.Collections.IDictionary |
public static CreateHashtable ( int capacity ) : System.Collections.IDictionary | ||
capacity | int | |
return | System.Collections.IDictionary |
public static CreateNotImplementedException ( string message ) : Exception | ||
message | string | |
return | Exception |
public static Dispose ( IDisposable d ) : void | ||
d | IDisposable | |
return | void |
public static EndsWith ( string source, string suffix ) : bool | ||
source | string | |
suffix | string | |
return | bool |
public static EqualsIgnoreCase ( string a, string b ) : bool | ||
a | string | |
b | string | |
return | bool |
public static GetEnvironmentVariable ( string variable ) : string | ||
variable | string | |
return | string |
public static GetTypeName ( object obj ) : string | ||
obj | object | |
return | string |
public static IndexOf ( string source, string value ) : int | ||
source | string | |
value | string | |
return | int |
public static LastIndexOf ( string source, string value ) : int | ||
source | string | |
value | string | |
return | int |
public static StartsWith ( string source, string prefix ) : bool | ||
source | string | |
prefix | string | |
return | bool |
public static ToLowerInvariant ( string s ) : string | ||
s | string | |
return | string |
public static ToUpperInvariant ( string s ) : string | ||
s | string | |
return | string |