IObject: ToString |
Returns a string representation of the object.
Public Function ToString ( ) As String
This should be overridden to return appropriate string values for the given object.As examples, the StringBuilder returns the current state of the internal string that is being built, and the cDateTime object returns the date and time for that object instance.
Class IObject Overview IObject Properties IObject Methods GetHashCode