31 references to ControlChars
Microsoft.VisualBasic.Core (31)
Microsoft\VisualBasic\CompilerServices\CharType.vb (1)
18Return ControlChars.NullChar
Microsoft\VisualBasic\CompilerServices\Conversions.vb (2)
2042Return ControlChars.NullChar 2051Return ControlChars.NullChar
Microsoft\VisualBasic\CompilerServices\Operators.vb (2)
2493Return AddString(ControlChars.NullChar, Convert.ToString(Right)) 2772Return AddString(Convert.ToString(Left), ControlChars.NullChar)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (1)
34Friend Const chTab As Char = ControlChars.Tab
Microsoft\VisualBasic\CompilerServices\VB6BinaryFile.vb (1)
131Value = ControlChars.NullChar
Microsoft\VisualBasic\CompilerServices\VB6File.vb (6)
2562GetFileInTerm = " ," & ControlChars.Tab & ControlChars.Cr 2564GetFileInTerm = ControlChars.Cr 2568GetFileInTerm = "," & ControlChars.Cr 2570GetFileInTerm = " ," & ControlChars.Tab & ControlChars.Cr
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
175Value = ControlChars.NullChar
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (2)
1080Dim Msg As String = ControlChars.CrLf & " " & MethodToString(match(0)) 1082Msg = Msg & ControlChars.CrLf & " " & MethodToString(match(MethodIndex))
Microsoft\VisualBasic\Conversion.vb (15)
561Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 637Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 727Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 762Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 810Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S)