GetType Method
VB.Net Equivalent
This method is standard .NET Framework functionality and can be used in an identical way in VB.Net.
Dim sVariable As String
Dim oType As Type = sVariable.GetType()
Dim oType2 As Type = GetType(String)
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited TopPrevNext