public static class FileHelperPublic NotInheritable Class FileHelperpublic ref class FileHelper abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
type FileHelper = class end| GenerateMemoryStreamFromString | Converts string to memory stream. Don't forget to use with using statement. |
| GetFileNamesInDirectory | |
| IsDirectoryEmpty | Checks if directory is empty. |
| ShowOpenFileDialog | |
| ShowSaveFileDialog | Show the default save file dialog. |
| TryDeserializeT(IFileData) | |
| TryDeserializeT(String) | |
| TrySerializeT |