A
AXH
Hi All,
I have to following problem.
Is it possible type convert a stringvalue to a type value.
Please look below for the example
dim regvalue as string= "123456"
dim regtype as string = "String"
private function GetValue as object
return ctype(regvalue,?????????)
end function
Thanks,
AXH
I have to following problem.
Is it possible type convert a stringvalue to a type value.
Please look below for the example
dim regvalue as string= "123456"
dim regtype as string = "String"
private function GetValue as object
return ctype(regvalue,?????????)
end function
Thanks,
AXH