'Usage Dim instance As IFormatter Dim o As Object Dim value As String value = instance.Format(o)
Parameters
- o
- Object to format
Return Value
String representation
'Usage Dim instance As IFormatter Dim o As Object Dim value As String value = instance.Format(o)