Click here to Skip to main content
15,916,215 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Convert Time-Stamp in VB? Pin
Jon_Boy25-Sep-08 3:55
Jon_Boy25-Sep-08 3:55 
AnswerRe: Convert Time-Stamp in VB? Pin
Tim Carmichael25-Sep-08 5:49
Tim Carmichael25-Sep-08 5:49 
NewsRe: Convert Time-Stamp in VB? Pin
Sonhospa25-Sep-08 6:19
Sonhospa25-Sep-08 6:19 
GeneralRe: Convert Time-Stamp in VB? Pin
Jon_Boy25-Sep-08 6:36
Jon_Boy25-Sep-08 6:36 
NewsRe: Convert Time-Stamp in VB? [modified] Pin
Sonhospa25-Sep-08 7:17
Sonhospa25-Sep-08 7:17 
GeneralRe: Convert Time-Stamp in VB? Pin
Jon_Boy25-Sep-08 7:46
Jon_Boy25-Sep-08 7:46 
GeneralSounds promising! Pin
Sonhospa25-Sep-08 8:19
Sonhospa25-Sep-08 8:19 
GeneralRe: Sounds promising! Pin
Jon_Boy25-Sep-08 8:45
Jon_Boy25-Sep-08 8:45 
Since it sounds like a regex will work for you and that you'll be processing a large amount of records, see if you can 'compile' the regex (using the RegexOptions.Compiled or Regex.CompileToAssembly option). This will ensure your regex is compiled directly into MSIL code. There's a slight trade off in that it will take a little longer for the regex to load and how it is destroyed; but once loaded will operate much faster. Really not to bad to implement at all.

Check out this ebook and review the section on regular expression (starts at end of page 65) vs a compiled one (whether inline or to an external assembly).

Any suggestions, ideas, or 'constructive criticism' are always welcome.

GeneralCool! Pin
Sonhospa25-Sep-08 9:09
Sonhospa25-Sep-08 9:09 
GeneralRe: Cool! Pin
Jon_Boy25-Sep-08 9:33
Jon_Boy25-Sep-08 9:33 
AnswerRe: Cool! Pin
Sonhospa25-Sep-08 12:42
Sonhospa25-Sep-08 12:42 
Questionsql server image saving as byte doubt Pin
AnieMVC25-Sep-08 1:22
AnieMVC25-Sep-08 1:22 
AnswerRe: sql server image saving as byte doubt Pin
Kschuler25-Sep-08 5:37
Kschuler25-Sep-08 5:37 
QuestionInserting a picture in Excel file in a particular Cell Pin
vijaylumar24-Sep-08 23:35
vijaylumar24-Sep-08 23:35 
AnswerRe: Inserting a picture in Excel file in a particular Cell Pin
ChandraRam25-Sep-08 1:02
ChandraRam25-Sep-08 1:02 
QuestionBuild Setup thruogh Installshild Pin
saurabh60mca6024-Sep-08 19:25
saurabh60mca6024-Sep-08 19:25 
AnswerRe: Build Setup thruogh Installshild Pin
HemJoshi24-Sep-08 23:13
HemJoshi24-Sep-08 23:13 
QuestionCheck Computer Administrator Pin
Gagan.2024-Sep-08 19:18
Gagan.2024-Sep-08 19:18 
AnswerRe: Check Computer Administrator Pin
HemJoshi24-Sep-08 23:17
HemJoshi24-Sep-08 23:17 
GeneralRe: Check Computer Administrator Pin
Gagan.2025-Sep-08 1:07
Gagan.2025-Sep-08 1:07 
AnswerRe: Check Computer Administrator Pin
jzonthemtn25-Sep-08 0:19
jzonthemtn25-Sep-08 0:19 
GeneralRe: Check Computer Administrator Pin
Gagan.2025-Sep-08 1:08
Gagan.2025-Sep-08 1:08 
QuestionRe: Check Computer Administrator Pin
Gagan.2025-Sep-08 1:26
Gagan.2025-Sep-08 1:26 
AnswerRe: Check Computer Administrator Pin
Jon_Boy25-Sep-08 3:56
Jon_Boy25-Sep-08 3:56 
QuestionOnBeforeKeyPress Pin
Ballita24-Sep-08 18:49
Ballita24-Sep-08 18:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.