<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kameid</author_name>
  <author_url>https://blog.hatena.ne.jp/kameid/</author_url>
  <blog_title>kameidの備忘録 - Sharpen the Saw!</blog_title>
  <blog_url>https://kameid.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>2009-11-03 追記： グーグルから飛んでこられる方が多いので、結論を追記。 char --&gt; String への変換方法 char c = 'a'; String.valueOf(c); char[] --&gt; String への変換方法 char[] cs = new char[10]; cs[0] = 'a'; cs[1] = 'b'; String.valueOf(cs); 以下、当時の検証内容。結論だけ知りたい方は読む必要なしです。 - 何気に本日書いた char[] c = new c[1]; c[0] = ...; ... String s = new String(c); …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkameid.hatenadiary.org%2Fentry%2F20090313%2F1236959521&quot; title=&quot;char から String への型変換 - kameidの備忘録 - Sharpen the Saw!&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>2009-03-13 00:52:01</published>
  <title>char から String への型変換</title>
  <type>rich</type>
  <url>https://kameid.hatenadiary.org/entry/20090313/1236959521</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
