<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>.Net開発</anon>
  </categories>
  <description>メッセージボックスを表示するときに動的な値を入れたい時があります。 今まであんまり使ったことないんですが、文字列への動的な値の埋め込みは、String.Format メソッド を使えば簡単にできるようです。(わざわざ文字列連結を使う必要が無いということです。) よく使うのはエラーメッセージボックス等で値を入れたいときですね。 こういう感じです。(C#) /// 文字列定義定数 public enum MessageString { FileNotFoundErr, NullErr, DateRangeErr, .... } //文字列取得メソッド public static string Ge…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2010%2F06%2F09%2F232200&quot; title=&quot;(.Net)String.Formatは結構使える - 3流プログラマのメモ書き&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>2010-06-09 23:22:00</published>
  <title>(.Net)String.Formatは結構使える</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2010/06/09/232200</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
