Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
Microsoft.VisualBasic.Information Syntax
SystemTypeName(vbName)
Description
The SystemTypeName function returns the fully qualified type name of the Common Type System (CTS) data type that corresponds to a particular Visual Basic data type. For instance, passing the name "Date" to this function returns "System.DateTime." Usage at a Glance
Version Differences
The SystemTypeName function is new to VB under .NET. See Also
TypeName Function, VbTypeName Function |
Категории