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