메소드 | 설명 | |
---|---|---|
LoadCSV ( string filename ) : IEnumerable |
Load a CSV file, read all entries and return ListItem objects
|
|
Merge ( object>.Dictionary |
Merge two Hash tables (Dictionary)
|
|
SerializeParams ( object>.IDictionary |
Serializes url params in a rudimentary way, and you must write other helper methods to serialize other things.
|
메소드 | 설명 | |
---|---|---|
isString ( string value ) : bool |
Check if a value is string or not
|
public static LoadCSV ( string filename ) : IEnumerable |
||
filename | string | CSV file |
리턴 | IEnumerable |
public static Merge ( object>.Dictionary |
||
from | object>.Dictionary | |
into | object>.Dictionary | |
리턴 | void |
public static SerializeParams ( object>.IDictionary |
||
paramDict | object>.IDictionary | params HashMap of the parameters to encode. |
리턴 | string |