MoneyParse(String, ICurrency) Method

Converts the String representation of a number to its Money equivalent using a specific currency unit.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public static Money Parse(
	string s,
	ICurrency currency
)

Parameters

s  String
A String containing a number to convert.
currency  ICurrency
The currency to return the money in.

Return Value

Money
The Money equivalent to the number contained in s.

Exceptions

See Also