'Declaration
Public Shared Function Parse( _ ByVal stringValue As System.String _ ) As BigDecimal
public static BigDecimal Parse( System.string stringValue )
Parameters
- stringValue
- a string representation of a decimal
Return Value
A BigDecimala representing the decimal value in stringValue