PGExtension 0.1.5
dotnet add package PGExtension --version 0.1.5
NuGet\Install-Package PGExtension -Version 0.1.5
<PackageReference Include="PGExtension" Version="0.1.5" />
<PackageVersion Include="PGExtension" Version="0.1.5" />
<PackageReference Include="PGExtension" />
paket add PGExtension --version 0.1.5
#r "nuget: PGExtension, 0.1.5"
#:package PGExtension@0.1.5
#addin nuget:?package=PGExtension&version=0.1.5
#tool nuget:?package=PGExtension&version=0.1.5
Some Extension Class to use.
if has bug, please e-mail to me, i'll fix them as soon as i can.
a15752468@gmail.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
Version | Downloads | Last Updated |
---|---|---|
0.1.5 | 1,512 | 12/26/2015 |
0.1.4 | 1,332 | 11/27/2015 |
0.1.3 | 1,347 | 11/27/2015 |
0.1.2 | 1,235 | 10/25/2015 |
0.1.1 | 1,301 | 10/7/2015 |
0.1.0 | 1,536 | 7/16/2015 |
0.0.9 | 1,229 | 7/16/2015 |
0.0.8 | 1,283 | 7/8/2015 |
0.0.7 | 1,251 | 7/8/2015 |
0.0.6 | 1,208 | 6/12/2015 |
0.0.5 | 1,223 | 6/12/2015 |
0.0.4 | 1,502 | 5/31/2015 |
0.0.3 | 1,212 | 5/29/2015 |
0.0.2 | 1,199 | 5/29/2015 |
0.0.1 | 1,192 | 5/29/2015 |
2015/12/26 - Add DateTime extension method : SetTime, GetTime, SetDate
2015/10/25 - Add String.IsIn and String.StartWith Function
String.IsIn : Check the string is in list or not.
String.StartWith : Check is the string start with another string.( with multiple string to compare )
2015/10/07 - Remove PGFunction, PGExControl, PGExObject ( independent they each )
2015/07/16 - Add DateTime Extension method
NextDay - get next day of week base on this day.
PreDay - get pre day of week base on this day.
2015/07/08 - Add TryCatchEX in PGFunction
Add Try method in TryCatchEX - this method proviod you to omit not enter key word try-catch.
2015/07/08 - Add PGFunction
PGFunction package static method of some general use method.
ThreadEX - now have StartNewThread method, use to run a method with thread and return the thread.
SerializationEX - now have BinarySerialize and BinaryDeSerialize to save/load any object that can be serialize to file.
2015/06/12 - Add Extension
ToDouble, ToFloat
2015/05/31 - Fix Item PGExObject - ClipboardWatcher
now can use static method to add watch event or create an ClipboardWatcher Control to handle ClipboardChangedEvent.
2015/05/29 - Release PGExControl, PGExObject, PGExtension
What's in PGExControl?
ExTextBox : TextBox with TextHint and Suffix property.
What's in PGExObject?
Clipboard Watcher - to Watcher with Windows API.
What's in PGExtension?
Extension of String : IsInt32(), ToInt32().