Sannel.Helpers
2.0.0
dotnet add package Sannel.Helpers --version 2.0.0
NuGet\Install-Package Sannel.Helpers -Version 2.0.0
<PackageReference Include="Sannel.Helpers" Version="2.0.0" />
<PackageVersion Include="Sannel.Helpers" Version="2.0.0" />
<PackageReference Include="Sannel.Helpers" />
paket add Sannel.Helpers --version 2.0.0
#r "nuget: Sannel.Helpers, 2.0.0"
#addin nuget:?package=Sannel.Helpers&version=2.0.0
#tool nuget:?package=Sannel.Helpers&version=2.0.0
EXTENSION METHODS
STRING
Extensions to convert to numbers
Extensions to convert to DateTime
Extensions to convert to Guid
Extensions to Remove all except alpha numeric characters
ASSEMBLY
Extensions to get Assembly Attributes
Extensions to get the Title of the Assembly
Extensions to get the Version of the Assembly
RANDOM
Extensions to get a Random String
CLASSES
NotifyPropertyChangedBase Based on Microsofts NotifyProperyChangedBase provided in WinRT projects. Implements INotifyPropertyChanged allowing developers to just call SetProperty(ref v, value, "PropertyName") when one of the classes properties change.
Matrix a wrapper around .NET's multi-dimensional array
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Removed XElement and XDocument extensions. Consolidated projet to .NET 4.0 and .NET 4.5 and PCL(Seperate package).