7 references to CharType
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\CharType.vb (1)
44
Return
CharType
.FromString(ValueInterface.ToString(Nothing))
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (1)
3502
Return
CharType
.FromObject(obj)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
198
m_oFile.PutChar(0,
CharType
.FromObject(vValue))
1906
m_bw.Write(
CharType
.FromObject(obj))
2195
s = StringType.FromChar(
CharType
.FromObject(obj))
2292
WriteString(StringType.FromChar(
CharType
.FromObject(value)))
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
488
PutChar(RecordNumber,
CharType
.FromObject(Value), ContainedInVariant)