Skip to content

Currency

Taiizor edited this page Mar 1, 2023 · 6 revisions

Currency Class - Skylark.Standard.Helper Namespace

The Currency class provides methods to retrieve information about the currency used in the current culture.

Properties

  • Symbol: The symbol for the currency used in the current culture.
  • Name: The English name for the currency used in the current culture.
  • SymbolName: The ISO currency symbol for the currency used in the current culture.
  • NativeName: The native name for the currency used in the current culture.
  • EnglishName: The English name for the currency used in the current culture.

Methods

The Currency class does not provide any methods.

Remarks

The Currency class uses the NumberFormatInfo and RegionInfo classes to retrieve information about the currency used in the current culture. The NumberFormatInfo class provides the currency symbol, while the RegionInfo class provides the English name, ISO currency symbol, and native name for the currency.

Clone this wiki locally