omar / ByteSize

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
MIT License
558 stars 50 forks source link

support culture #39

Closed P-Storm closed 4 years ago

P-Storm commented 4 years ago

This changes that the culture is not only supported from the Thread locale, but also a TryParse possible when your locale is dufferent than your thread locale

omar commented 4 years ago

Thank you for submitting this PR.