6 references to chZero
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (6)
160
If c0 =
chZero
AndAlso c1 = chPeriod Then
164
ElseIf (c0 = chHyphen OrElse c0 = chPlus OrElse c0 = chSpace) AndAlso c1 =
chZero
AndAlso c2 = chPeriod Then
176
If (c0 =
chZero
AndAlso c1 = chPeriod) Then
179
ElseIf (c0 = chHyphen OrElse c0 = chPlus OrElse c0 = chSpace) AndAlso c1 =
chZero
AndAlso c2 = chPeriod Then
191
Dim CharZero As Integer = Convert.ToInt32(
chZero
)
219
Dim CharZero As Integer = Convert.ToInt32(
chZero
)