EasySaver is a multi-solution package to save bitmap image files and text files easily with different naming formats including Custom
, LongDate
, ShortDate
, LongTime
, ShortTime
, LongDateTime
and ShortDateTime
.
Release: Latest release
.NET CLI:
dotnet add package EasySaver.Common
EasySaver has one common and two external packages. Common package have several internal, private and public methods. Via these methods using EasySaver.BitmapFile or EasySaver.TextFile are easy.
NamingFormat.Custom
{hour}-{minute}-{second}-{millisecond}
NamingFormat.LongTime
{hour}-{minute}-{second}
NamingFormat.ShortTime
{year}-{month}-{day}
NamingFormat.LongDate
{month}-{day}
NamingFormat.ShortDate
{year}-{month}-{day}-{hour}-{minute}-{second}-{millisecond}
NamingFormat.LongDateTime
{month}-{day}-{hour}-{minute}-{second}
NamingFormat.ShortDateTime
To check listed/unlisted methods, example of output visit wiki page. EasySaver Wiki
See changelog EasySaver Changelog
- Create an issue or check task list: Issues
If you'd like to contribute, then contribute. contributing guide.
Twitter: Enes Okullu @enesokullu
Twitter: Enes Okullu @enesokullu