'Declaration Public Overloads Shared Function Parse( _ ByVal input As String, _ ByVal provider As IFormatProvider _ ) As TdDecimal
'Usage Dim input As String Dim provider As IFormatProvider Dim value As TdDecimal value = TdDecimal.Parse(input, provider)
public static TdDecimal Parse( string input, IFormatProvider provider )
public: static TdDecimal Parse( String^ input, IFormatProvider^ provider )
Parameters
- input
- The numeric string that is to be converted to a TdDecimal.
- provider
- An IFormatProvider that supplies culture-specific formatting information.
Return Value
The TdDecimal representation of the specified numeric string.