11 references to DecimalType
Microsoft.VisualBasic.Core (11)
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (2)
72
Return
DecimalType
.FromBoolean(valueInterface.ToBoolean(Nothing))
96
Return
DecimalType
.FromString(valueInterface.ToString(Nothing), NumberFormat)
Microsoft\VisualBasic\CompilerServices\LongType.vb (1)
31
Return CLng(
DecimalType
.Parse(Value, Nothing))
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (1)
3490
Return
DecimalType
.FromObject(obj)
Microsoft\VisualBasic\CompilerServices\VB6BinaryFile.vb (1)
164
Value =
DecimalType
.FromObject(InputNum(VariantType.Decimal))
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
196
m_oFile.PutDecimal(0,
DecimalType
.FromObject(vValue))
1842
m_bw.Write(System.Decimal.ToOACurrency(
DecimalType
.FromObject(obj)))
2189
s = AddSpaces(StringType.FromDecimal(
DecimalType
.FromObject(obj)))
2282
WriteString(IOStrFromDecimal(
DecimalType
.FromObject(value), InvariantNumberFormat))
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
188
Value =
DecimalType
.FromObject(InputNum(VariantType.Decimal), GetInvariantCultureInfo().NumberFormat)
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
482
PutDecimal(RecordNumber,
DecimalType
.FromObject(Value), ContainedInVariant)