PGExtension 0.1.5

dotnet add package PGExtension --version 0.1.5
                    
NuGet\Install-Package PGExtension -Version 0.1.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PGExtension" Version="0.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PGExtension" Version="0.1.5" />
                    
Directory.Packages.props
<PackageReference Include="PGExtension" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PGExtension --version 0.1.5
                    
#r "nuget: PGExtension, 0.1.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PGExtension@0.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PGExtension&version=0.1.5
                    
Install as a Cake Addin
#tool nuget:?package=PGExtension&version=0.1.5
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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().