16 references to IntegerType
Microsoft.VisualBasic.Core (16)
Microsoft\VisualBasic\CompilerServices\IntegerType.vb (1)
106
Return
IntegerType
.FromString(ValueInterface.ToString(Nothing))
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (7)
1257
Dim Result As Integer =
IntegerType
.FromObject(obj1) And
IntegerType
.FromObject(obj2)
1354
Dim Result As Integer =
IntegerType
.FromObject(obj1) Or
IntegerType
.FromObject(obj2)
1453
Dim Result As Integer =
IntegerType
.FromObject(obj1) Xor
IntegerType
.FromObject(obj2)
3484
Return
IntegerType
.FromObject(obj)
Microsoft\VisualBasic\CompilerServices\VB6BinaryFile.vb (1)
148
Value =
IntegerType
.FromObject(InputNum(VariantType.Integer))
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
186
m_oFile.PutInteger(0,
IntegerType
.FromObject(vValue))
1814
m_bw.Write(
IntegerType
.FromObject(obj))
2177
s = AddSpaces(StringType.FromInteger(
IntegerType
.FromObject(obj)))
2270
WriteString(StringType.FromInteger(
IntegerType
.FromObject(value)))
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (2)
101
errValue =
IntegerType
.FromString(Mid(sInput, 7))
162
Value =
IntegerType
.FromObject(InputNum(VariantType.Integer))
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
464
PutInteger(RecordNumber,
IntegerType
.FromObject(Value), ContainedInVariant)