摘要:
/// <summary> /// 初始化工具条 /// </summary> private void InitializeToolbar() { Image img = global::Win.Properties.Resources.mainfram; //240 15 int heigh = 15; int width = 16; for (int i = 0; i < 15; i++) ... 阅读全文
随笔档案-2012年05月
XmlWriter.WriteString() problem__“.”(十六进制值 0x00)是无效的字符。
2012-05-18 10:53 by 极无宪, 657 阅读, 收藏, 编辑
摘要:
Tom Delany wrote:> According to the Microsoft documentation, the .NET class> System.Xml.XmlWriter.WriteString() does the following:>> "Character values in the range 0x-0x1F (excluding white space characters> 0x9, 0xA, and 0xD) are replaced with numeric character entities (�> t 阅读全文