dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / Implicit Type Conversion Operator / Implicit Type Conversion(MySqlDecimal,Decimal) Operator
A value to convert.

In This Topic
Implicit Type Conversion(MySqlDecimal,Decimal) Operator
In This Topic
Converts a decimal value to MySqlDecimal structure.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal value As Decimal _
) As MySqlDecimal
 

Parameters

value
A value to convert.

Return Value

A MySqlDecimal structure.
See Also