RegionInfo.CurrencyNativeName プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > RegionInfo.CurrencyNativeName プロパティの意味・解説 

RegionInfo.CurrencyNativeName プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

地域使用される通貨の名前を、地域ネイティブ言語書式取得します

名前空間: System.Globalization
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<ComVisibleAttribute(False)> _
Public Overridable ReadOnly
 Property CurrencyNativeName As String
Dim instance As RegionInfo
Dim value As String

value = instance.CurrencyNativeName
[ComVisibleAttribute(false)] 
public virtual string CurrencyNativeName {
 get; }
[ComVisibleAttribute(false)] 
public:
virtual property String^ CurrencyNativeName {
    String^ get ();
}
/** @property */
public String get_CurrencyNativeName ()
public function get CurrencyNativeName
 () : String

プロパティ
ISO 3166 の国/地域コード関連付けられた言語書式指定された、地域使用される通貨ネイティブな名前。

解説解説
使用例使用例

CurrencyNativeName プロパティコード例次に示します

' This example demonstrates the RegionInfo.EnglishName, NativeName,
 
' CurrencyEnglishName, CurrencyNativeName, and GeoId properties.
Imports System
Imports System.Globalization

Class Sample
   Public Shared Sub Main()
      Dim ri As New RegionInfo("SE")
 ' Sweden
      Console.Clear()
      Console.WriteLine("Region English Name: . . . {0}",
 ri.EnglishName)
      Console.WriteLine("Native Name: . . . . . . . {0}",
 ri.NativeName)
      Console.WriteLine("Currency English Name: . . {0}",
 ri.CurrencyEnglishName)
      Console.WriteLine("Currency Native Name:. . . {0}",
 ri.CurrencyNativeName)
      Console.WriteLine("Geographical ID: . . . . . {0}",
 ri.GeoId)
   End Sub 'Main
End Class 'Sample
'
'This code example produces the following results:
'
'Region English Name: . . . Sweden
'Native Name: . . . . . . . Sverige
'Currency English Name: . . Swedish Krona
'Currency Native Name:. . . Svensk krona
'Geographical ID: . . . . . 221
'
// This example demonstrates the RegionInfo.EnglishName, NativeName,
 
// CurrencyEnglishName, CurrencyNativeName, and GeoId properties.

using System;
using System.Globalization;

class Sample 
{
    public static void Main()
 
    {
    RegionInfo ri = new RegionInfo("SE"); //
 Sweden

    Console.Clear();
    Console.WriteLine("Region English Name: . . . {0}", ri.EnglishName);
    Console.WriteLine("Native Name: . . . . . . . {0}", ri.NativeName);
    Console.WriteLine("Currency English Name: . . {0}", ri.CurrencyEnglishName);
    Console.WriteLine("Currency Native Name:. . . {0}", ri.CurrencyNativeName);
    Console.WriteLine("Geographical ID: . . . . . {0}", ri.GeoId);
    }
}
/*
This code example produces the following results:

Region English Name: . . . Sweden
Native Name: . . . . . . . Sverige
Currency English Name: . . Swedish Krona
Currency Native Name:. . . Svensk krona
Geographical ID: . . . . . 221

*/
// This example demonstrates the RegionInfo.EnglishName, NativeName
,
// CurrencyEnglishName, CurrencyNativeName, and GeoId properties.

using namespace System;
using namespace System::Globalization;

int main()
{
    // Regional Info for Sweden
    RegionInfo^ ri = gcnew RegionInfo("SE");

    Console::Clear();
    Console::WriteLine("Region English Name: . . . {0}", ri->EnglishName);
    Console::WriteLine("Native Name: . . . . . . . {0}", ri->NativeName);
    Console::WriteLine("Currency English Name: . . {0}",
        ri->CurrencyEnglishName);
    Console::WriteLine("Currency Native Name:. . . {0}",
        ri->CurrencyNativeName);
    Console::WriteLine("Geographical ID: . . . . . {0}", ri->GeoId);
}
/*
This code example produces the following results:

Region English Name: . . . Sweden
Native Name: . . . . . . . Sverige
Currency English Name: . . Swedish Krona
Currency Native Name:. . . Svensk krona
Geographical ID: . . . . . 221

*/
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からRegionInfo.CurrencyNativeName プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からRegionInfo.CurrencyNativeName プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からRegionInfo.CurrencyNativeName プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「RegionInfo.CurrencyNativeName プロパティ」の関連用語

RegionInfo.CurrencyNativeName プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



RegionInfo.CurrencyNativeName プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS