<?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>文字列に含まれる指定した文字列から文字列に置換します。 例えば「僕の名前は、だるやなぎです。」という文字列があります。この文字列の「僕」を「俺」に、「だるやなぎ」を「さくさん」に置換します。文字列の置換にはstring.Replaceメソッドを使用します。string.Replaceメソッドの戻り値には置換された文字列が返ってきますので、2回置換したい場合にはメソッドチェインさせればよいでしょう。 string text = &quot;僕の名前は、だるやなぎです。&quot;; text = text.Replace(&quot;僕&quot;, &quot;俺&quot;) .Replace(&quot;だるやなぎ&quot;, &quot;さくさん&quot;); Debug.Writ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F20140322%2F1395494880&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-03-22 22:28:00</published>
  <title>Windowsストアアプリで文字列を置換する</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/20140322/1395494880</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
