Formats the object to a string.
Declaration
public string Format(object obj)
Public Function Format(obj As Object) As String
Parameters
Type |
Name |
Description |
object |
obj |
Object to format
|
Returns
Type |
Description |
string |
Results of the Formating.
|
Implements