# NPinyin **Repository Path**: FreeSql/NPinyin ## Basic Information - **Project Name**: NPinyin - **Description**: 拼音汉字转换 .NETCore 版本 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-10-26 - **Last Updated**: 2023-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 汉字拼音转换 .NETCore 版本 # 使用方法 > Install-Package NPinyin.Core -Version 2.1.3 ```csharp var pinyin = NPinyin.Pinyin.GetPinyin("我是中国人"); ``` > wo shi zhong guo ren