'Usage
Dim instance As WinNumericTextBox
Dim editText As String
Dim parsedResult As Object
Dim value As Boolean
value = instance.TryParse(editText, parsedResult)
Parameters
editText
A string containing the numeric value to parse.
parsedResult
The numeric equivalent to the string contained in editText. If editText is empty, NullValue is returned.
Return Value
true if editText was successfully parsed; false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2