DotNetCommon.PinYin
1.0.0
See the version list below for details.
dotnet add package DotNetCommon.PinYin --version 1.0.0
NuGet\Install-Package DotNetCommon.PinYin -Version 1.0.0
<PackageReference Include="DotNetCommon.PinYin" Version="1.0.0" />
paket add DotNetCommon.PinYin --version 1.0.0
#r "nuget: DotNetCommon.PinYin, 1.0.0"
// Install DotNetCommon.PinYin as a Cake Addin #addin nuget:?package=DotNetCommon.PinYin&version=1.0.0 // Install DotNetCommon.PinYin as a Cake Tool #tool nuget:?package=DotNetCommon.PinYin&version=1.0.0
提供汉字转拼音的功能:
- WordsHelper.GetPinyin("王小明");//WangXiaoMing
- WordsHelper.GetPinyin("银行");//YinHang
- WordsHelper.GetFirstPinyin("我们大家");//WMDJ
- WordsHelper.GetPinyinForName("乐毅");//YueYi
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7
- DotNetCommon.PinYin.Dict.FrameWork (>= 1.0.0)
-
.NETStandard 2.0
- DotNetCommon.PinYin.Dict.NetStandard (>= 1.0.0)
-
net5.0
- DotNetCommon.PinYin.Dict.Net (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DotNetCommon.PinYin:
Package | Downloads |
---|---|
DotNetCommon
.net常用功能及数据模型,包含: - 压缩/解压缩(CompressHelper) - 注册表操作(RegistryHelper) - 验证码(VerifyCodeHelper) - 汉字转拼音 - 数据模型: Result/ResultPage/PageQuery - 通用用户模型: User.Current.IdString - 编码加解密(DES/AES/RSA/MD5/Base64UrlSafe) - 分布式Id/分布式流水号 - 通用数据类型转换方法Object.To() - 通用dto属性映射转换方法Object.Mapper(); - 对象(poco)深度克隆方法Object.DeepClone(); - 树状结构数据操作(ToTree/ToFlat/FetchToTree) - json序列化(Object.ToJsonFast()) - 类FluentValidation功能的校验组件 - 随机数(RandomHelper) - 进程内队列模型(ProducerConsumerQueue) - 帮助根据dto更新表的ModifyByDto()扩展方法 - 各种常用扩展 - 中文乱码检测 - 通用日志组件 - 类java *.properties 文件读取 - 异步锁(AsyncLocker) - 等等。。。 |
GitHub repositories
This package is not used by any popular GitHub repositories.