C# Class CapDemo.DA.FileAccess

显示文件 Open project: antang/NewCapstoneProject Class Usage Examples

Public Methods

Method Description
FileContentHotPotato ( string NameFile ) : string
FileContentTXT ( string NameFile ) : string
FileContentXML ( string NameFile ) : string

Method Details

FileContentHotPotato() public method

public FileContentHotPotato ( string NameFile ) : string
NameFile string
return string

FileContentTXT() public method

public FileContentTXT ( string NameFile ) : string
NameFile string
return string

FileContentXML() public method

public FileContentXML ( string NameFile ) : string
NameFile string
return string