{"id":25296,"date":"2024-03-28T08:33:43","date_gmt":"2024-03-27T23:33:43","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25296"},"modified":"2024-03-28T08:33:45","modified_gmt":"2024-03-27T23:33:45","slug":"c-string%e5%9e%8b%e3%81%a8char%e5%9e%8b","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25296","title":{"rendered":"C# string\u578b\u3068char\u578b"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>using System;\r\n\r\nclass string01\r\n{\r\n    public static void Main()\r\n    {\r\n        char&#91;] chararray = new char&#91;3];\r\n        chararray&#91;0] = 'a';\r\n        chararray&#91;1] = 'b';\r\n        chararray&#91;2] = 'c';\r\n\r\n        string str;\r\n        str = new string(chararray);\r\n        Console.WriteLine(str);\r\n\r\n        char&#91;] title = { '\u9b54', '\u738b', '\u3068', '\u52c7', '\u8005'};\r\n        string strTitle = new string(title);\r\n        Console.WriteLine(strTitle);\r\n\r\n\r\n        string strx = \"\u9b54\u738b\u3068\u52c7\u8005\u306e\u4f1d\u8aac\";\r\n        int n = strx.Length;\r\n        Console.WriteLine(\"\u300c{0}\u300d\u306e\u6587\u5b57\u6570\u306f{1}\u3067\u3059\", strx, n);\r\n\r\n        char c = strx&#91;1];\r\n        Console.WriteLine(\"\u300c{0}\u300d\u306e2\u756a\u76ee\u306e\u6587\u5b57\u306f\u300c{1}\u300d\u3067\u3059\", strx, c);\r\n\r\n\r\n    }\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[33,4],"tags":[35,3],"class_list":["post-25296","post","type-post","status-publish","format-standard","hentry","category-c","category-programming","tag-c","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25296"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25296\/revisions"}],"predecessor-version":[{"id":25297,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25296\/revisions\/25297"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=25296"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=25296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}