'Declaration Protected Overridable Function QueryValueFromTextCore( _ ByVal text As String, _ ByRef value As Object _ ) As Boolean
'Usage Dim instance As ValueRangeTextBox Dim text As String Dim value As Object Dim value As Boolean value = instance.QueryValueFromTextCore(text, value)
Parameters
- text
- A string representing the text to be converted.
- value
- The converted value. Can be a null reference (Nothing in Visual Basic) if a value could not be extracted from text.
Return Value
true if a value was extracted from the specified text; false otherwise.