'Declaration Protected Overridable Function QueryTextFromValueCore( _ ByVal value As Object _ ) As String
'Usage Dim instance As ValueRangeTextBox Dim value As Object Dim value As String value = instance.QueryTextFromValueCore(value)
Parameters
- value
- An object representing the value whose string representation is to be returned.