CultureAndRegionInfoBuilder.ISOCurrencySymbol 屬性

定義

取得或設定與國家/地區關聯之三個字元的 ISO 4217 貨幣符號。

public:
 property System::String ^ ISOCurrencySymbol { System::String ^ get(); void set(System::String ^ value); };
public string ISOCurrencySymbol { get; set; }
member this.ISOCurrencySymbol : string with get, set
Public Property ISOCurrencySymbol As String

屬性值

與國家/地區關聯之三個字元的 ISO 4217 貨幣符號。

例外狀況

這是一個中性文化特性。

在設定作業中,此值為 null

在設定作業中,該值的長度不是從 0 到 8 個字元。

備註

屬性 ISOCurrencySymbol 會對應至 ISOCurrencySymbol 屬性。

類別主題中 RegionInfo 提供三個字元 ISO 4217 貨幣符號的清單。 例如,美國 貨幣的 ISO 4217 貨幣符號是 “USD”。

適用於