You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that the property Total of the class TransferProgress has no formatted version.
Also, it would be nice to be able to format the numbers using a string format, like {0:###,##0.0} for example.
Hi, I noticed that the property Total of the class
TransferProgress
has no formatted version.Also, it would be nice to be able to format the numbers using a string format, like
{0:###,##0.0}
for example.I already implemented this on my fork both changes if you need an example:
https://github.com/NickeManarin/FileTransferManager/blob/master/IOExtensions/TransferProgress.cs#L30
And
https://github.com/NickeManarin/FileTransferManager/blob/master/IOExtensions/Helpers.cs#L29
Of course, you can ignore if these changes. Thanks.
The text was updated successfully, but these errors were encountered: