Re: IsNumeric
- From: "sck10" <sck10@xxxxxxxxxxxxx>
- Date: Sun, 3 Sep 2006 20:15:40 -0500
Hi Walter,
I just downloaded the Reflector tool. Can you point me to where I would
find IsNumeric or IsDate so I could see how it converts to c#?
Thanks again, sck10
"Walter Wang [MSFT]" <wawang@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:vZc9Nf7zGHA.4464@xxxxxxxxxxxxxxxxxxxxxxxx
Hi sck10,
It seems you're converting lots of VB.NET code to C# recently, right? I
recommend you first write the code in VB.NET, and then use Reflector to
view its disassembled code in C#. Sometimes, VB.NET is using functions
from
Microsoft.VisualBasic.dll, if you do not want to reference this assembly,
you can also check its disassembled code in C# and try to incorporate it
into your code.
Regarding this question, please feel free to post here if you need
anything
else.
Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: IsNumeric
- From: Walter Wang [MSFT]
- Re: IsNumeric
- References:
- IsNumeric
- From: sck10
- RE: IsNumeric
- From: Walter Wang [MSFT]
- IsNumeric
- Prev by Date: Inserting to Access Database
- Next by Date: Re: IsNumeric
- Previous by thread: Re: IsNumeric
- Next by thread: Re: IsNumeric
- Index(es):
Relevant Pages
|