YaseiAkira.Tools 1.0.0.1

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

// Install YaseiAkira.Tools as a Cake Tool
#tool nuget:?package=YaseiAkira.Tools&version=1.0.0.1

/// <summary> /// 隐藏特定字符串内容为* /// </summary> /// <param name="value">输入字符串</param> /// <param name="startLen">前保留位置</param> /// <param name="endLen">后保留位置</param> /// <param name="specialChar">特殊字符</param> /// <param name="returnOldWhenError">是否出错时返回原字符串,传入false则返回长度为value.lenght的特殊字符串</param> /// <returns>返回经过替换的字符串 如123**789</returns> public static string ReplaceWithSpecialChar(this string value, int startLen = 4, int endLen = 4, char specialChar = '', bool returnOldWhenError = true)

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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 YaseiAkira.Tools:

Package Downloads
YaseiAkira.WX

封装微信相关接口,目前只有普通商户支付和服务商支付接口V2版

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 438 10/9/2021
1.0.7 299 8/11/2021
1.0.6 1,218 2/26/2021
1.0.5 459 7/14/2020
1.0.4 486 12/21/2019
1.0.3 480 11/1/2019
1.0.2 485 9/24/2019
1.0.1 468 9/9/2019
1.0.0.9 662 12/19/2018
1.0.0.8 594 12/19/2018
1.0.0.7 736 10/15/2018
1.0.0.4 976 5/28/2018
1.0.0.3 903 5/25/2018
1.0.0.1 933 4/26/2018
1.0.0 911 3/10/2018

YaseiAkira.Tools