'Declaration Public Overloads Overridable Function Format( _ ByVal obj As System.Object _ ) As System.String
'Usage Dim instance As GeneralFormatter Dim obj As System.Object Dim value As System.String value = instance.Format(obj)
public virtual System.string Format( System.object obj )
Parameters
- obj
- The object with cell data to format.
Return Value
Returns the formatted string.