J
John Dann
I've forgotten something simple here - could someone remind me please:
Dim s as string = "byte"
I want to convert s to its corresponding system.type of Byte. None of
the CType/DirectCast syntax I'm trying seems to be working. eg
dim t as type = ctype(s, type)
Dim s as string = "byte"
I want to convert s to its corresponding system.type of Byte. None of
the CType/DirectCast syntax I'm trying seems to be working. eg
dim t as type = ctype(s, type)