SimplifiedChinesePinYinConversion 1.0.0
Simplified Chinese PinYin Conversion Class Library.
using System;
string chineseWords = "世界你好";
string full = chineseWords.ToPinYin(); // output: SHIJIENIHAO
string abbr = chineseWords.ToPinYinAbbr(); // output: SJNH
Install-Package SimplifiedChinesePinYinConversion -Version 1.0.0
dotnet add package SimplifiedChinesePinYinConversion --version 1.0.0
<PackageReference Include="SimplifiedChinesePinYinConversion" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimplifiedChinesePinYinConversion --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimplifiedChinesePinYinConversion, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimplifiedChinesePinYinConversion as a Cake Addin
#addin nuget:?package=SimplifiedChinesePinYinConversion&version=1.0.0
// Install SimplifiedChinesePinYinConversion as a Cake Tool
#tool nuget:?package=SimplifiedChinesePinYinConversion&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- ChnCharInfo (>= 1.0.0)
-
.NETFramework 4.5.2
- ChnCharInfo (>= 1.0.0)
-
.NETFramework 4.6
- ChnCharInfo (>= 1.0.0)
-
DNX 4.5.1
- ChnCharInfo (>= 1.0.0)
-
DNX 4.6
- ChnCharInfo (>= 1.0.0)
-
DNX 4.6.1
- ChnCharInfo (>= 1.0.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SimplifiedChinesePinYinConversion:
Package | Downloads |
---|---|
Mealtime.Frameworks
Private library
|
|
Galaxy.Common
这个是OurGalaxy,收集的一些扩展方法和我们开发过程积累一点点轮子,希望有帮助。
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 6,203 | 3/17/2016 |