'Declaration Public Overloads Overridable Function TryConvertNumberToDip( _
ByVal textA string, which represents a number, to convert.As System.String, _
ByVal allowNegativeA value indicating whether negative number is allowed.As Boolean, _
ByRef valueThe converted value.As Double _
) As Boolean
public virtual bool TryConvertNumberToDip(
System.String text,
bool allowNegative,
out double value
)
Parameters
- text
- A string, which represents a number, to convert.
- allowNegative
- A value indicating whether negative number is allowed.
- value
- The converted value.
Return Value
True if string was converted successfully; otherwise, false.