CHTCHSConv 1.0.0
dotnet add package CHTCHSConv --version 1.0.0
NuGet\Install-Package CHTCHSConv -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="CHTCHSConv" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CHTCHSConv --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CHTCHSConv, 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 CHTCHSConv as a Cake Addin #addin nuget:?package=CHTCHSConv&version=1.0.0 // Install CHTCHSConv as a Cake Tool #tool nuget:?package=CHTCHSConv&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
以下代码演示了繁体及简体中文字符串之间的转换。
using System;
using Microsoft.International.Converters.TraditionalChineseToSimplifiedConverter;
namespace Example_CS
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("The simplified format of 北京時間 is {0}.", ChineseConverter.Convert("北京時間", ChineseConversionDirection.TraditionalToSimplified));
Console.WriteLine("The traditional format of 软件 is {0}.", ChineseConverter.Convert("软件", ChineseConversionDirection.SimplifiedToTraditional));
Console.ReadLine();
}
}
}
/*
This code produces the following output with Office12 Chinese edition installed:
The simplified format of 北京時間 is 北京时间.
The traditional format of 软件 is 軟體.
This code produces the following output without Office12 Chinese edition installed:
The simplified format of 北京時間 is 北京时间.
The traditional format of 软件 is 軟件.*/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on CHTCHSConv:
Package | Downloads |
---|---|
learun.utils
力软开发框架util通用方法 |
|
YRY.Web.Framework
Net Core Web基础开发框架,支持模板视图重载覆盖 |
|
YYSK.UiPath.Activities
自用活动库,包含了多种常用的自定义活动。 |
|
DH.Web.Framework
Net Core Web基础开发框架,支持模板视图重载覆盖 |
|
Crping.Common
常用方法工具包 |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on CHTCHSConv:
Repository | Stars |
---|---|
ldqk/Masuit.MyBlogs
基于C#/.NET8的 masuit.org个人博客站项目源码,https://masuit.org ,供参考、学习、引用、非商业性质的部署。
|
|
ldqk/ImageSearch
基于.NET8的本地硬盘千万级图库以图搜图案例Demo和图片exif信息移除小工具分享
|
|
qian-o/Dimension
基于 .NET 6 的在线音视频聊天项目
|
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 455,759 | 12/21/2017 |