DotNetCommon.PinYin
3.0.0
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
<PackageReference Include="DotNetCommon.PinYin" Version="3.0.0" />
paket add DotNetCommon.PinYin --version 3.0.0
#r "nuget: DotNetCommon.PinYin, 3.0.0"
// 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 | Versions 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. |
-
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.