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