Info
Version: | 1.0.0 |
Author(s): | ConvertToNullable.Util |
Last Update: | Sunday, April 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RedZone908/ConvertToNullable |
NuGet Url: | https://www.nuget.org/packages/ConvertToNullable.Util |
Install
Install-Package ConvertToNullable.Util
dotnet add package ConvertToNullable.Util
paket add ConvertToNullable.Util
ConvertToNullable.Util Download (Unzip the "nupkg" after downloading)
Useful only for the very niche case where you are forced to produce nullable primitives from other primitives whose nullability and bit-ness you don't already know (e.g. you are sent a non-nullable "int" wrapped in a plain object reference and need to convert it to a nullable "long".