'Usage Dim text As String Dim value As Object Dim instance As New QueryValueFromTextEventArgs(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.