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
#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

以下代码演示了繁体及简体中文字符串之间的转换。

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 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 (14)

Showing the top 5 NuGet packages that depend on CHTCHSConv:

Package Downloads
learun.utils

力软开发框架util通用方法

YRY.Web.Framework

Net Core Web基础开发框架,支持模板视图重载覆盖

Crping.Common

常用方法工具包

DH.Web.Framework

Net Core Web基础开发框架,支持模板视图重载覆盖

SinGooCMS.Utility

SinGooCMS.Utility是一个工具类集合,包括配置、文件、日期、数据、序列化、反射、图像处理、网络、缓存、Web相关、加解密、压缩、类扩展等工具类,几乎囊括了开发中的所有工具需求!支持netstandard2.1和net framework 4.6.1。

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on CHTCHSConv:

Repository Stars
ldqk/ImageSearch
基于.NET8的本地硬盘千万级图库以图搜图案例Demo和图片exif信息移除小工具分享
qian-o/Dimension
基于 .NET 6 的在线音视频聊天项目
Version Downloads Last updated
1.0.0 352,872 12/21/2017