|
-
Oct 18th, 2003, 03:23 AM
#1
-
Oct 18th, 2003, 11:39 AM
#2
PowerPoster
Not sure. The only way I would approach it would be to spit the string up, then grab the parts out that I need. The problem is your string is not formatted in a normal format. Usually the date is together, but on yours, you have the year after the time....just to much for a parser to handle, and just enough to cause you headaches.
-
Oct 18th, 2003, 11:46 AM
#3
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 18th, 2003, 02:39 PM
#4
Lively Member
Your problem is solved
This is pretty simple, in .NET, they program Thursday to be Thur, not Thu.
DannyJoumaa
Advanced VB6 Programmer
Intermediate-Advanced VB .NET Programmer
Intermediate C# Programmer
Intermediate Win32 Developer
Beginner Mac OS X Developer
Contact: [email protected]
Favorite Sayings:
"Every time you open your mouth, you prove your an idiot."
"God is a programmer. Satan is a bug. Life is debugging."
-
Oct 18th, 2003, 05:26 PM
#5
hmm
still, I dont know what's wrong, it wouldnt work with other stuff either (like 12:45:30 2003). I'm almost positive it's doable with the parse method, but anyways, I ended up rearranging the date string to match the datetime format and then I used parse
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 18th, 2003, 07:09 PM
#6
Lively Member
Just parse it the old way
DannyJoumaa
Advanced VB6 Programmer
Intermediate-Advanced VB .NET Programmer
Intermediate C# Programmer
Intermediate Win32 Developer
Beginner Mac OS X Developer
Contact: [email protected]
Favorite Sayings:
"Every time you open your mouth, you prove your an idiot."
"God is a programmer. Satan is a bug. Life is debugging."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|