Click here to Skip to main content
16,004,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSeting Folder Permissions Pin
rrd9c8-Aug-05 5:06
rrd9c8-Aug-05 5:06 
GeneralRe: Seting Folder Permissions Pin
Dave Kreskowiak8-Aug-05 5:18
mveDave Kreskowiak8-Aug-05 5:18 
GeneralVB.Net/Copy SQL table Pin
partt8-Aug-05 3:40
partt8-Aug-05 3:40 
GeneralRe: VB.Net/Copy SQL table Pin
Dave Kreskowiak8-Aug-05 4:01
mveDave Kreskowiak8-Aug-05 4:01 
GeneralRe: VB.Net/Copy SQL table RESOLVED Pin
partt8-Aug-05 4:09
partt8-Aug-05 4:09 
GeneralFrom the device Pin
JJRW7-Aug-05 23:40
JJRW7-Aug-05 23:40 
GeneralRe: From the device Pin
Dave Kreskowiak8-Aug-05 3:58
mveDave Kreskowiak8-Aug-05 3:58 
GeneralConvert String to Double with formatting Pin
MrBean7-Aug-05 23:01
MrBean7-Aug-05 23:01 
Hi,

I'm developing an WinForms application in VB.NET where the user can specify custom formats for numeric data entry fields.

When I display data in lists, labels, editboxes, etc. I simply use Double.Format(strCustomFormat) to format the double values in the desired format - no problem here.

But I'm having a problem converting the strings back to a double since I basicly don't know if the user is using a 1.234.567,09 or 1,234,567.09 format.

So basicly I need a Double.Parse method where I can specify the format (similar to the ParseExact that DateTime has)... but this is not available as standard for Doubles Frown | :(

Is there any other way I can do this ?

Thanks you in advance.


/Bean
GeneralRe: Convert String to Double with formatting Pin
Anonymous8-Aug-05 3:30
Anonymous8-Aug-05 3:30 
GeneralRe: Convert String to Double with formatting Pin
MrBean8-Aug-05 3:55
MrBean8-Aug-05 3:55 
GeneralRe: Convert String to Double with formatting Pin
Anonymous8-Aug-05 4:32
Anonymous8-Aug-05 4:32 
GeneralRe: Convert String to Double with formatting Pin
Mandar Patankar8-Aug-05 8:55
Mandar Patankar8-Aug-05 8:55 
GeneralRe: Convert String to Double with formatting Pin
MrBean8-Aug-05 21:28
MrBean8-Aug-05 21:28 
GeneralRe: Convert String to Double with formatting Pin
Rizwan Bashir8-Aug-05 11:06
Rizwan Bashir8-Aug-05 11:06 
GeneralReport Opening Problem.... Pin
Murtuza Husain Miyan Patel7-Aug-05 20:23
professionalMurtuza Husain Miyan Patel7-Aug-05 20:23 
GeneralRe: Report Opening Problem.... Pin
Steve Pullan7-Aug-05 20:52
Steve Pullan7-Aug-05 20:52 
GeneralRe: Report Opening Problem.... Pin
Murtuza Husain Miyan Patel7-Aug-05 21:07
professionalMurtuza Husain Miyan Patel7-Aug-05 21:07 
GeneralRe: Report Opening Problem.... Pin
Steve Pullan7-Aug-05 21:34
Steve Pullan7-Aug-05 21:34 
GeneralRe: Report Opening Problem.... Pin
Murtuza Husain Miyan Patel8-Aug-05 3:16
professionalMurtuza Husain Miyan Patel8-Aug-05 3:16 
GeneralRe: Report Opening Problem.... Pin
jonathan158-Aug-05 1:51
jonathan158-Aug-05 1:51 
GeneralRe: Report Opening Problem.... Pin
Murtuza Husain Miyan Patel8-Aug-05 3:18
professionalMurtuza Husain Miyan Patel8-Aug-05 3:18 
GeneralRe: Report Opening Problem.... Pin
Rizwan Bashir8-Aug-05 11:15
Rizwan Bashir8-Aug-05 11:15 
QuestionThreadpool...make threads wait? Pin
jadzor7-Aug-05 20:18
jadzor7-Aug-05 20:18 
AnswerRe: Threadpool...make threads wait? Pin
Steve Pullan7-Aug-05 20:49
Steve Pullan7-Aug-05 20:49 
GeneralRe: Threadpool...make threads wait? Pin
jadzor7-Aug-05 23:59
jadzor7-Aug-05 23:59 

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.