C# Class BINS, Holdout

Show file Open project: MaddJhin/Holdout Class Usage Examples

Public Methods

Method Description
CreateFolder ( string path ) : void
FileExist ( string filePath ) : bool
Load ( string filePath ) : object
Load ( string folder, string fileName ) : object
Save ( object obj, string filePath ) : void
Save ( object obj, string folder, string fileName ) : void

Method Details

CreateFolder() public static method

public static CreateFolder ( string path ) : void
path string
return void

FileExist() public static method

public static FileExist ( string filePath ) : bool
filePath string
return bool

Load() public static method

public static Load ( string filePath ) : object
filePath string
return object

Load() public static method

public static Load ( string folder, string fileName ) : object
folder string
fileName string
return object

Save() public static method

public static Save ( object obj, string filePath ) : void
obj object
filePath string
return void

Save() public static method

public static Save ( object obj, string folder, string fileName ) : void
obj object
folder string
fileName string
return void