<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>megrez11278</author_name>
  <author_url>https://blog.hatena.ne.jp/megrez11278/</author_url>
  <blog_title>プログラミングメモ</blog_title>
  <blog_url>https://megrez11278.hateblo.jp/</blog_url>
  <categories>
    <anon>vb.net</anon>
    <anon>String.Split()</anon>
  </categories>
  <description>サンプル１ 'テキストデータ Dim sampledata As String = &quot;日時,天気,温度&quot; '区切り文字 Dim delimiter As Char = &quot;,&quot; 'Sprit受け取り配列Dim array() As String array = sampledata.Split(delimiter) For Each bufstr In array Console.WriteLine(bufstr)Next 解説 csvファイルの読み込み時など、意外に使い道があるかと思います。 変数sampledata内の,(カンマ)を区切り文字として配列に分割します。 サンプル２ 概要 lis…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmegrez11278.hateblo.jp%2Fentry%2F2017%2F08%2F16%2F235635&quot; title=&quot;String.Splitで文字列内の指定文字を区切り文字として配列に分割 - プログラミングメモ&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>2017-08-16 23:56:35</published>
  <title>String.Splitで文字列内の指定文字を区切り文字として配列に分割</title>
  <type>rich</type>
  <url>https://megrez11278.hateblo.jp/entry/2017/08/16/235635</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
