|
-
May 16th, 2013, 02:45 PM
#18
Re: How to convert VBScript to VB.Net
Yeah, you'd have to write it differently for any variation on TryParse. Those functions return True or False. The converted date, if the conversion works, is returned in the second argument to the method. Therefore, you would pass subFolderDate as the second argument, and if the TryParse variant returns True, you'd have your converted value in the argument.
My usual boring signature: Nothing
 
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
|