xInfo.isoCurrencyCode Method
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.
Overloads
isoCurrencyCode() |
Gets or sets the currency code. |
isoCurrencyCode(String) |
isoCurrencyCode()
Gets or sets the currency code.
public:
virtual System::String ^ isoCurrencyCode();
public virtual string isoCurrencyCode ();
abstract member isoCurrencyCode : unit -> string
override this.isoCurrencyCode : unit -> string
Public Overridable Function isoCurrencyCode () As String
Returns
A string that contains the currency code for the current application.
Applies to
isoCurrencyCode(String)
public:
virtual System::String ^ isoCurrencyCode(System::String ^ _code);
public virtual string isoCurrencyCode (string _code);
abstract member isoCurrencyCode : string -> string
override this.isoCurrencyCode : string -> string
Public Overridable Function isoCurrencyCode (_code As String) As String
Parameters
- _code
- String
A string that contains the ISO currency code to set.