<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>middle-aged-se</author_name>
  <author_url>https://blog.hatena.ne.jp/middle-aged-se/</author_url>
  <blog_title>中年システムエンジニアのオモチャ箱</blog_title>
  <blog_url>https://www.ma-se.com/</blog_url>
  <categories>
    <anon>Visual Studio</anon>
    <anon>アプリ開発</anon>
    <anon>技術情報</anon>
    <anon>VB.NET</anon>
  </categories>
  <description>VB.NET で開発をしている皆さん、文字列を改行したい時、vbCrLf と Environment.NewLine のどちらを使いますか？ どちらも文字列結合することにより、文字列を改行することができます。 ソースコード Dim strTemp1 As String = &quot;中年 SE のブログ。&quot; &amp; vbCrLf &amp; &quot;これからもよろしくです。&quot;Dim strTemp2 As String = &quot;中年 SE のブログ。&quot; &amp; Environment.NewLine &amp; &quot;これからもよろしくです。&quot; 実行すると、両方とも下記のように同じ結果となります。 実行結果 中年 SE のブログ。これか…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.ma-se.com%2Fentry%2Fvb-prog-002&quot; title=&quot;VB.NET vbCrLf と NewLine 。改行をする時、使うのはどっち！？ - 中年システムエンジニアのオモチャ箱&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/152072921/1523939239654763</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-10 19:10:00</published>
  <title>VB.NET vbCrLf と NewLine 。改行をする時、使うのはどっち！？</title>
  <type>rich</type>
  <url>https://www.ma-se.com/entry/vb-prog-002</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
