Skip to content

jorisdebock/eris-extensions-stringparsing

Repository files navigation

String parsing extensions

String parsing extensions that wrap TryParse methods in order to use it in a more fluent way. If the TryParse returns false then the default value will be returned.

A few examples:

"123".ToByte();
"1234".ToShort();
"1234".ToInt();
"1234".ToLong();

"https://google.com".ToUri();

About

String parsing extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages