'Declaration
Protected Overridable Function TryParseText( _ ByVal text As String, _ ByRef result As UInteger _ ) As Boolean
'Usage
Dim instance As UIntegerUpDown Dim text As String Dim result As UInteger Dim value As Boolean value = instance.TryParseText(text, result)
Parameters
- text
- result