<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>はじめに 今回はリストや配列に格納された文字列を一気につなげる方法についての記事になります！配列などのコレクションに格納された文字列を全て連結したいと思ったことが一度はあると思います。 string[] str = new string[] { &quot;ツイッター&quot;, &quot;フォロー&quot;, &quot;してね&quot; }; ↓ &quot;ツイッターフォローしてね&quot; これをする方法でforeachで連結する方法も考えられますが、これを一度に連結することができるメソッドが.NETには用意されています。その方法についてみてみましょう。 やり方 先程のような事を実現するには、stringクラスのJoinメソッドを使います。 using …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2019%2F07%2F21%2F233000&quot; title=&quot;【Unity】リストや配列に格納された文字列を一気につなげる方法（string.Join） - はなちるのマイノート&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>2019-07-21 23:30:00</published>
  <title>【Unity】リストや配列に格納された文字列を一気につなげる方法（string.Join）</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2019/07/21/233000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
