Mega Code Archive

 
Categories / VB.Net / Development
 

Console Write Method (Boolean) writes the text representation of the Boolean value to the standard output stream

Public Class FormatConverter    Public Shared Sub Main()       Console.Write(Convert.ToByte(Convert.ToBoolean("true")))    End Sub 'Main End Class 'FormatConverter