<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>glass-_-onion</author_name>
  <author_url>https://blog.hatena.ne.jp/glass-_-onion/</author_url>
  <blog_title>A Day In The Life</blog_title>
  <blog_url>https://glassonion.hatenablog.com/</blog_url>
  <categories>
    <anon>vb</anon>
    <anon>.net</anon>
  </categories>
  <description>if文でテキストボックスの値を比較する時は気をつけましょう。 テキストボックスに入力されている数値の大小関係を判定する時 If txtSuji1.Text &gt; txtSuji2.Text Then 処理１ end if と書くと間違った判定をしてしまう時があります。 txtSuji1に9、txtSuji2に10が入っていると本来ならtxtSuji2が大きいと判定するはずが、 txtSuji1のほうが大きいと判定してしまいます。 なのでテキストボックスに入力されている数値を比較する時はキャストを行わないといけないようです。 用は文字列型の変数に数字を入れてそのまま比較しちゃいけないってことだと思…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fglassonion.hatenablog.com%2Fentry%2F20050519%2F1116487867&quot; title=&quot;If文での文字の比較 - A Day In The Life&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>2005-05-19 16:31:07</published>
  <title>If文での文字の比較</title>
  <type>rich</type>
  <url>https://glassonion.hatenablog.com/entry/20050519/1116487867</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
