DotNetCommon.PinYin 3.0.0

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

// Install DotNetCommon.PinYin as a Cake Tool
#tool nuget:?package=DotNetCommon.PinYin&version=3.0.0                

提供汉字转拼音的功能:
- WordsHelper.GetPinyin("王小明");//WangXiaoMing
- WordsHelper.GetPinyin("银行");//YinHang
- WordsHelper.GetFirstPinyin("我们大家");//WMDJ
- WordsHelper.GetPinyinForName("乐毅");//YueYi

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DotNetCommon.PinYin:

Package Downloads
DotNetCommon

.net常用功能及数据模型,包含: - 压缩/解压缩(CompressHelper) - 注册表操作(RegistryHelper) - 验证码(VerifyCodeHelper) - 汉字转拼音(WordsHelper) - 数据模型: Result - 通用代码块上下文模型: RunningContext.Current - 编码加解密(DES/AES/RSA/SHA256/MD5/Base64UrlSafe) - 通用数据类型转换方法Object.To() - 对象(poco)转换方法Object.Mapper(); - 对象(poco)深度克隆方法Object.DeepClone(); - 树状结构数据操作(ToFlat/FetchToTree/Visit/Filter) - json序列化(Object.ToJsonFast/ToJson) - Validation功能的校验组件(VValid) - 异步锁(AsyncLocker) - 图片检测(图片格式/图片尺寸)(ImageDetector) - 防抖函数(DebounceUtil) - 各种常用扩展 - 中文乱码检测(LuanMaHelper) - 国际化(I18N) - 通用日志组件(LoggerFactory) - *.properties 文件读取(PropertiesHelper) - 异步锁(AsyncLocker) - 等等。。。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 119 2/26/2025
3.0.0 2,514 11/1/2022
1.1.0 4,927 11/14/2021
1.0.0 1,178 9/11/2021