惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
P
Proofpoint News Feed
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
博客园 - 聂微东
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
美团技术团队
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
C
Check Point Blog
U
Unit 42
博客园 - 叶小钗
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog

博客园 - ShineWayCN

System Rebuild Linux commands Linux 知识点滴 我的常规系统安装 SSI@IIS 将 ASPX 页面编译成 DLL 分页组件 PHP5+MSSQL web.config 文档框架 网址收集 @OutputCache指令参数 如何提高.NET循环的效率 .NET中的MD5加密 Global.asax 文档框架 标准代码页列表 VBScript 函数 @Page指令参数 ASP.NET中调用自定义DLL C# 编译器命令行实例 ASCII 字符集
.NET中的中文简繁体转换
ShineWayCN · 2005-07-04 · via 博客园 - ShineWayCN
  1. 导入名字空间Microsoft.VisualBasic,该名字空间不是默认的,应该在编译的时候加入/r:Microsoft.VisualBasic进行显式引用。
  2. 简转繁String _strStoT = Strings.StrConv("中华人民共和国" , VbStrConv.TraditionalChinese)
  3. 繁转简String _strTtoS = Strings.StrConv("中華人民共和國" , VbStrConv.SimplifiedChinese)

posted on 2005-07-04 20:44  ShineWayCN  阅读(1434)  评论(9)    收藏  举报