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