'Usage Dim instance As GeneralFormatter Dim obj As Object Dim value As String value = instance.Format(obj)
Parameters
- obj
- Object to convert to string
Return Value
String containing the formatted data
'Usage Dim instance As GeneralFormatter Dim obj As Object Dim value As String value = instance.Format(obj)