{"id":1537,"date":"2023-06-11T17:02:24","date_gmt":"2023-06-11T08:02:24","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=1537"},"modified":"2023-06-11T17:02:26","modified_gmt":"2023-06-11T08:02:26","slug":"%e3%80%90c%e3%80%91string%e5%9e%8b%e3%81%a8char%e5%9e%8b","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=1537","title":{"rendered":"\u3010C#\u3011string\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 = { 'a', 'i', 'u', 'e', 'o', 'k' };\r\n        string strTitle = new string(title);\r\n        Console.WriteLine(strTitle);\r\n\r\n\r\n        string strx = \"C#\u30d7\u30ed\u30b0\u30e9\u30e0\";\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}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","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":[3],"class_list":["post-1537","post","type-post","status-publish","format-standard","hentry","category-c","category-programming","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1537","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=1537"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1537\/revisions"}],"predecessor-version":[{"id":1539,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1537\/revisions\/1539"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1537"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}