Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CType story
Message
From
26/02/2011 15:12:37
 
 
To
26/02/2011 15:04:16
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01501880
Message ID:
01501955
Views:
31
>>I'm not seeing the blue in the IDE - only in the UT message.
>
>In my IDE, when CType is typed, is appears in blue.

Depending on the context in which it is used? From my earlier example:
Dim c1 As Class1 = New Class1
        ' Ctype in black:
        Dim theLength As Integer = c1.Ctype.Length
        'Ctype in blue:
        Dim d As Double = CType(theLength, Double)
But I don't know how you would use Ctype as a converter within the namespace that defines CType as a string :-{
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform