MoneyParse(String, ICurrency) Method
Converts the
String representation of a number to its
Money
equivalent using a specific currency unit.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public static Money Parse(
string s,
ICurrency currency
)
- s String
- A String containing a number to convert.
- currency ICurrency
- The currency to return the money in.
MoneyThe
Money equivalent to the number contained in
s.