'Declaration
Protected MustOverride Function TryParseString( _ ByVal text As String, _ ByRef result As T _ ) As Boolean
'Usage
Dim instance As DateTimeUpDownBase(Of T) Dim text As String Dim result As T Dim value As Boolean value = instance.TryParseString(text, result)
Parameters
- text
- result