Метод | Описание | |
---|---|---|
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 | |
Результат | byte[] |
public LoadFileAsPlainText ( string filePath, bool encrypted ) : string | ||
filePath | string | |
encrypted | bool | |
Результат | string |
public SaveFile ( string filePath, byte content, bool encrypted ) : void | ||
filePath | string | |
content | byte | |
encrypted | bool | |
Результат | void |
public SaveFile ( string filePath, string content, bool encrypted ) : void | ||
filePath | string | |
content | string | |
encrypted | bool | |
Результат | void |