Check if given string is Built In data Type Name

vbleecher

New Member
How to find if given string is Built In Type Name.
Ex: 1\[code\]Input = "System.Int32" (this is string)OutPut : True(indicating it's Built-In Name)\[/code\]Ex :2
\[code\]Input = "xxx"Output = False(indicating it's not Built-In Type name)\[/code\]Any suggestion regarding this is highly appreciated.Thanks in advance
 
Back
Top