Info
Version: | 2.0.0 |
Author(s): | Adam Holt |
Last Update: | Wednesday, June 3, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/holtsoftware/Sannel.Helpers |
NuGet Url: | https://www.nuget.org/packages/Sannel.Helpers |
Install
Install-Package Sannel.Helpers
dotnet add package Sannel.Helpers
paket add Sannel.Helpers
Sannel.Helpers Download (Unzip the "nupkg" after downloading)
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.