'Usage
Dim instance As IFormatter Dim text As String Dim value As Object value = instance.ParseText(text)
Parameters
- text
- The text to parse.
Return Value
An object which represents the corresponding cell value of text.
'Usage
Dim instance As IFormatter Dim text As String Dim value As Object value = instance.ParseText(text)