vb.net 字符串转成二进制的函数。相当好用。 Imports System.Text Public Class MyFunctions ''' ''' Converts a string to binnary format. ''' Public Function StringToBinary(data As String, line As Integer) As String Dim sb As New StringBuilder() For i As Int