<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>张筱祥博客 &#187; 汉字转拼音</title>
	<atom:link href="http://www.zxxblog.com/tag/%e6%b1%89%e5%ad%97%e8%bd%ac%e6%8b%bc%e9%9f%b3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zxxblog.com</link>
	<description>专注于网络辅助工具的开发</description>
	<lastBuildDate>Sun, 13 Mar 2011 09:16:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>收藏一个C# 汉字转拼音静态类</title>
		<link>http://www.zxxblog.com/620</link>
		<comments>http://www.zxxblog.com/620#comments</comments>
		<pubDate>Mon, 28 Dec 2009 08:19:18 +0000</pubDate>
		<dc:creator>张筱祥</dc:creator>
				<category><![CDATA[资料收集]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[汉字转拼音]]></category>

		<guid isPermaLink="false">http://www.zxxblog.com/620</guid>
		<description><![CDATA[互联网真是个好东西，需要什么有什么，哈哈。今天看到一个邮箱注册软件注册的时候可以将文字的拼音也记录下来，于是百度了一下“C# 汉字 拼音”，找到下面这段代码，收藏一下，需要的时候再来试试。 因为是静态函数，调用方法很简单：CrazyCoderPinyin.Convert(&#34;张筱祥&#34;); 代码如下： using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Web; namespace CrazyCoder.Common { /// &#60;summary&#62; &#160;&#160;&#160; /// 汉字转拼音类 &#160;&#160;&#160; /// by http://www.crazycoder.cn &#160;&#160;&#160; /// build Date 20030610 &#160;&#160;&#160; /// &#60;/summary&#62; &#160;&#160;&#160; public class CrazyCoderPinyin &#160;&#160;&#160; { &#160;&#160;&#160;&#160;&#160;&#160;&#160; /// &#60;summary&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; /// 定义拼音区编码数组 &#160;&#160;&#160;&#160;&#160;&#160;&#160; /// &#60;/summary&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; private static int[] pyValue [...]]]></description>
		<wfw:commentRss>http://www.zxxblog.com/620/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

