BinbinSystem 1.0.1.23447
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
<PackageReference Include="BinbinSystem" Version="1.0.1.23447" />
paket add BinbinSystem --version 1.0.1.23447
#r "nuget: BinbinSystem, 1.0.1.23447"
// 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 | Versions 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. |
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,653 | 1/11/2012 |
1.0.1.23447 | 1,619 | 1/11/2012 |
1.0.0.30084 | 1,699 | 10/24/2011 |
1.0.0.28476 | 1,994 | 10/18/2011 |
1.0.0.26792 | 1,584 | 11/24/2011 |
1.0.0.26620 | 1,636 | 11/29/2011 |
1.0.0.24106 | 1,571 | 10/24/2011 |
1.0.0.23257 | 1,591 | 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()