Info
Version: | 1.0.1 |
Author(s): | Shelby Timbrook |
Last Update: | Friday, March 13, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TryParseExtensions |
Install
Install-Package TryParseExtensions
dotnet add package TryParseExtensions
paket add TryParseExtensions
TryParseExtensions Download (Unzip the "nupkg" after downloading)
Small library adding functions that wrap the usual .NET TryParse(Object, out Object) in a convenient ".AsType()" Syntax.
Making use of "default(Type)" when any type of failure occurs.
It's not meant to be used for everything, but when the functionality meets your needs it can be extremely convenient.