'Usage Dim instance As IFormatter Dim s As String Dim value As Object value = instance.Parse(s)
Parameters
- s
- String to parse
Return Value
parsed from the string
'Usage Dim instance As IFormatter Dim s As String Dim value As Object value = instance.Parse(s)