<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noriok</author_name>
  <author_url>https://blog.hatena.ne.jp/noriok/</author_url>
  <blog_title>C#練習日記</blog_title>
  <blog_url>https://noriok.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>文字列を要素とする配列があります。配列に格納されている文字列の長さは全て 1 とします。 そのときに、文字列の配列を、文字の配列に変換するプログラムです。 using System; using System.Collections.Generic; using System.Linq; class Program { static void Main() { string[] ss = { &quot;c&quot;, &quot;s&quot;, &quot;h&quot;, &quot;a&quot;, &quot;r&quot;, &quot;p&quot; }; char[] cs1 = ss.Select(s =&gt; s[0]).ToArray(); Console.WriteLine(string.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoriok.hatenadiary.jp%2Fentry%2F2015%2F08%2F14%2F161857&quot; title=&quot;長さ 1 の文字列の配列を文字の配列に変換する - C#練習日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-08-14 16:18:57</published>
  <title>長さ 1 の文字列の配列を文字の配列に変換する</title>
  <type>rich</type>
  <url>https://noriok.hatenadiary.jp/entry/2015/08/14/161857</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
