<?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+/CLI</anon>
    <anon>.NET</anon>
    <anon>C#</anon>
    <anon>C++</anon>
  </categories>
  <description>まず前提は以下の通り。 // これは .NETの型 System::String^ str = &quot;10;&quot; // こっちは .NET/C++(CLI)共通で使える型 double d = 0; 変換に使うメソッドはいくつかあるのでそれぞれの使い方です。 System::String^ str = &quot;10&quot;; double d = 0; int i = 0; // ★★doubleに変換する(1) try { // 変換に失敗すると例外でる d = double::Parse(str); } catch (System::Exception^ ex) { // ハンドルしないとアプリが落ちる /…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakap-tech.com%2Fentry%2F2023%2F01%2F27%2F220656&quot; title=&quot;【C++/CLI】System::String^をdouble/intに変換する - 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>2023-01-27 22:06:56</published>
  <title>【C++/CLI】System::String^をdouble/intに変換する</title>
  <type>rich</type>
  <url>https://takap-tech.com/entry/2023/01/27/220656</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
