<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>酢ろぐ！</blog_title>
  <blog_url>https://blog.ch3cooh.jp/</blog_url>
  <categories>
    <anon>開発-Windows Store Apps</anon>
  </categories>
  <description>文字列の配列を結合します。 例えば、配列に「しばやん」「だるやなぎ」「がりっち」という3つの単語が含まれています。string.Joinメソッドを使って、これらの単語に「x」という区切り文字を付与して結合し、1つの文字列にしましょう。 var strings = new[] { &quot;しばやん&quot;, &quot;だるやなぎ&quot;, &quot;がりっち&quot; }; var text = string.Join(&quot;x&quot;, strings); Debug.WriteLine(text); // 出力 しばやんxだるやなぎxがりっち 文字列と数値を結合する string.Joinメソッドは、paramキーワードが用いられておりobj…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F20140724%2F1406163600&quot; title=&quot;Windowsストアアプリで文字列の配列を結合する - 酢ろぐ！&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>2014-07-24 10:00:00</published>
  <title>Windowsストアアプリで文字列の配列を結合する</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/20140724/1406163600</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
