dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / Parse Method / Parse(String) Method
String that represents a numerical value.

In This Topic
Parse(String) Method
In This Topic
Parses the specified string value and returns a new MySqlDecimal instance.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal value As String _
) As MySqlDecimal
 

Parameters

value
String that represents a numerical value.

Return Value

A new MySqlDecimal instance.
See Also