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