'Declaration
<NullableContextAttribute(1)> Protected MustOverride Function ConvertTextToValue( _ ByVal text As String _ ) As T
'Usage
Dim instance As UpDownBase(Of T) Dim text As String Dim value As T value = instance.ConvertTextToValue(text)
Parameters
- text