SimplifiedChinesePinYinConversion 1.0.0

dotnet add package SimplifiedChinesePinYinConversion --version 1.0.0
NuGet\Install-Package SimplifiedChinesePinYinConversion -Version 1.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="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
#r "nuget: SimplifiedChinesePinYinConversion, 1.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 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

Simplified Chinese PinYin Conversion Class Library.

using System;

string chineseWords = "世界你好";
string full = chineseWords.ToPinYin();     // output: SHIJIENIHAO
string abbr = chineseWords.ToPinYinAbbr(); // output: SJNH

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
DNX dnx451 is compatible.  dnx46 is compatible.  dnx461 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 Downloads Last updated
1.0.0 13,418 3/17/2016