Mega Code Archive

 
Categories / VB.Net Tutorial / Class Module
 

Default Formatting Using the ToString Method

Public Class Automobile End Class Module Example    Public Sub Main()       Dim firstAuto As New Automobile()       Console.WriteLine(firstAuto)    End Sub End Module