Class CurrencyFunctions
Inheritance
System.Object
CurrencyFunctions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: TimApi.dll
Syntax
public static class CurrencyFunctions
Fields
CurrencyCodeTable
Declaration
public static CurrencyFunctions.CurrencyCodeEntry[] CurrencyCodeTable
Field Value
Methods
DisplayAmount(Int32, Int32)
Declaration
public static string DisplayAmount(int amount, int exp)
Parameters
Type |
Name |
Description |
System.Int32 |
amount |
|
System.Int32 |
exp |
|
Returns
Type |
Description |
System.String |
|
getCode(String)
Declaration
public static int getCode(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
getExp(String)
Declaration
public static int getExp(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
getExpFactor(String)
Declaration
public static int getExpFactor(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
getIndex(String)
Declaration
public static int getIndex(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
getName(Int32)
Declaration
public static string getName(int code)
Parameters
Type |
Name |
Description |
System.Int32 |
code |
|
Returns
Type |
Description |
System.String |
|