<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>albatrus</author_name>
  <author_url>https://blog.hatena.ne.jp/albatrus/</author_url>
  <blog_title>albatrusのブログ</blog_title>
  <blog_url>https://albatrus.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>ある文字とある文字を組み合わせて文字列を作る際に今までは次のようなコードを書いていました。 var value = 10; var maxValue = 100; var text = string.Format(&quot;{0}/{1}&quot;, value, maxValue); Debug.Log(text); // 10/100 上記コードは、Riderを使っているとこのように書けば良いととアドバイスをくれます。 var value = 10; var maxValue = 100; var text = $&quot;{value}/{maxValue}&quot;; こちらを使っても同じ文字列が作成できますので、ど…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Falbatrus.com%2Fentry%2F2021%2F03%2F21%2F190000&quot; title=&quot;【Unity】ZStringを使って文字を操作する - albatrusのブログ&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.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-03-21 19:00:00</published>
  <title>【Unity】ZStringを使って文字を操作する</title>
  <type>rich</type>
  <url>https://albatrus.com/entry/2021/03/21/190000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
