<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Takachan</author_name>
  <author_url>https://blog.hatena.ne.jp/Takachan/</author_url>
  <blog_title>PG日誌</blog_title>
  <blog_url>https://takap-tech.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>.NET Framework</anon>
    <anon>.NET Core</anon>
  </categories>
  <description>C# である文字列を特定の文字で複数の文字列に分割する Split メソッドの利用性を向上するための拡張メソッドの紹介です。 はじめに Split メソッドっは大変便利ですがセパレーターに複数の文字を指定する場合や、文字列をセパレーターとして使う場合以下のように配列を宣言しないといけません。 string str = &quot;a b c,d&quot;; // 複数の区切り文字をしていする場合配列を用意しないといけない str.Split(new char[] { ' ', '\t', '\n' }, StringSplitOptions.RemoveEmptyEntries); // 複数の文字列をセパレー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakap-tech.com%2Fentry%2F2020%2F10%2F04%2F043000&quot; title=&quot;【C#】文字列を分割するSplitメソッドをより使いやすいよう改善する - PG日誌&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>2020-10-04 04:30:00</published>
  <title>【C#】文字列を分割するSplitメソッドをより使いやすいよう改善する</title>
  <type>rich</type>
  <url>https://takap-tech.com/entry/2020/10/04/043000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
