CurrencyIdentifiers.JPY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the currency identifier for the Japanese Yen.
public:
static property Platform::String ^ JPY { Platform::String ^ get(); };
static winrt::hstring JPY();
public static string JPY { get; }
var string = CurrencyIdentifiers.jPY;
Public Shared ReadOnly Property JPY As String
Property Value
The string "JPY", which identifies the Japanese Yen.