'Declaration Public Overridable Function TryConvertNumber( _
ByVal textThe string to convert.As System.String, _
ByVal valueThe converted value.As Boolean, _
ByRef allowNegativeA value indicating whether negative number is allowed.As Double _
) As Boolean
Parameters
- text
- The string to convert.
- value
- The converted value.
- allowNegative
- A value indicating whether negative number is allowed.
Return Value
True if string was converted successfully; otherwise, false.