WorksheetFunction.Decimal(String, Double) 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.
Converts a text representation of a number in a given base into a decimal number.
public:
double Decimal(System::String ^ Arg1, double Arg2);
public double Decimal (string Arg1, double Arg2);
Public Function Decimal (Arg1 As String, Arg2 As Double) As Double
Parameters
- Arg1
- String
The number that you want to convert.
- Arg2
- Double
The base Radix of the number you are converting.
Returns
DOUBLE