Method | Description | |
---|---|---|
LoadFileAsByteArray ( string filePath, bool encrypted ) : byte[] | ||
LoadFileAsPlainText ( string filePath, bool encrypted ) : string | ||
SaveFile ( string filePath, byte content, bool encrypted ) : void | ||
SaveFile ( string filePath, string content, bool encrypted ) : void |
public LoadFileAsByteArray ( string filePath, bool encrypted ) : byte[] | ||
filePath | string | |
encrypted | bool | |
return | byte[] |
public LoadFileAsPlainText ( string filePath, bool encrypted ) : string | ||
filePath | string | |
encrypted | bool | |
return | string |
public SaveFile ( string filePath, byte content, bool encrypted ) : void | ||
filePath | string | |
content | byte | |
encrypted | bool | |
return | void |
public SaveFile ( string filePath, string content, bool encrypted ) : void | ||
filePath | string | |
content | string | |
encrypted | bool | |
return | void |