<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rksoftware</author_name>
  <author_url>https://blog.hatena.ne.jp/rksoftware/</author_url>
  <blog_title>rksoftware</blog_title>
  <blog_url>https://rksoftware.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>.NET</anon>
  </categories>
  <description>配列をそのまま文字列として出力すると、型名が出力され中のデータが確認できません。 次の例では、System.Int32[] が出力されます。 var intArray = new[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; Console.WriteLine(intArray); // System.Int32[] Console.WriteLine(intArray.ToString()); // ↑と同じ 配列の中身をいい感じに出力したい場合、string クラスの Join メソッドが利用できます。 var intArray = new[] { 0, 1, 2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frksoftware.hatenablog.com%2Fentry%2F2017%2F10%2F06%2F025921&quot; title=&quot;配列の中身をカンマ区切りの文字列にする - rksoftware&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>2017-10-06 02:59:21</published>
  <title>配列の中身をカンマ区切りの文字列にする</title>
  <type>rich</type>
  <url>https://rksoftware.hatenablog.com/entry/2017/10/06/025921</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
