BinbinSystem 1.0.1.23447

There is a newer version of this package available.
See the version list below for details.
dotnet add package BinbinSystem --version 1.0.1.23447
NuGet\Install-Package BinbinSystem -Version 1.0.1.23447
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="BinbinSystem" Version="1.0.1.23447" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BinbinSystem --version 1.0.1.23447
#r "nuget: BinbinSystem, 1.0.1.23447"
#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.
// Install BinbinSystem as a Cake Addin
#addin nuget:?package=BinbinSystem&version=1.0.1.23447

// Install BinbinSystem as a Cake Tool
#tool nuget:?package=BinbinSystem&version=1.0.1.23447

some system extension

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
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 (1)

Showing the top 1 NuGet packages that depend on BinbinSystem:

Package Downloads
BinbinMvcValidations

ccc

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.29607 2,599 1/11/2012
1.0.1.23447 1,588 1/11/2012
1.0.0.30084 1,673 10/24/2011
1.0.0.28476 1,957 10/18/2011
1.0.0.26792 1,559 11/24/2011
1.0.0.26620 1,604 11/29/2011
1.0.0.24106 1,545 10/24/2011
1.0.0.23257 1,580 1/11/2012

1.0.1.23447
     
     2012-01-11
     添加string扩展,取出html标记
     string s="<script>var i;</script>";
     s.NoHtml()==>"var i;"
     /****************************************/
     example:
      string s = "1234567890";
      s.AppendIf("...",s.Length>6);
      -->1234567890...
      example:
      string s = "1234567890";
      s.SwitchIf("1",s.Length>6);
      -->1
     2011-10-24
     (1.0m).IsDeltaEqualTo(1.1m,1m);
     string.IsHasChineseLetter()
     string.IsNotHasChineseLetter()
     
     
     string.IsNotNullAndNotEmpty()
     string.IsNotMPhoneNumber()
     string.IsNotEmail()