'Declaration Protected Overrides Function ConvertTextToValue( _ ByVal text As String _ ) As Nullable(Of Single)
'Usage Dim instance As SingleUpDown Dim text As String Dim value As Nullable(Of Single) value = instance.ConvertTextToValue(text)
protected override Nullable<float> ConvertTextToValue( string text )
Parameters
- text