Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to convert PPT files to JPEG files. Pin
«_Superman_»6-Jan-09 0:21
professional«_Superman_»6-Jan-09 0:21 
QuestionMs access database Pin
raj2313625-Jan-09 23:52
raj2313625-Jan-09 23:52 
QuestionMD5 algorithm issue Pin
George_George5-Jan-09 23:10
George_George5-Jan-09 23:10 
AnswerRe: MD5 algorithm issue Pin
Tom Deketelaere6-Jan-09 0:15
professionalTom Deketelaere6-Jan-09 0:15 
GeneralRe: MD5 algorithm issue Pin
George_George6-Jan-09 0:28
George_George6-Jan-09 0:28 
GeneralRe: MD5 algorithm issue Pin
Tom Deketelaere6-Jan-09 1:36
professionalTom Deketelaere6-Jan-09 1:36 
GeneralRe: MD5 algorithm issue Pin
George_George10-Jan-09 2:29
George_George10-Jan-09 2:29 
GeneralRe: MD5 algorithm issue Pin
Tom Deketelaere11-Jan-09 21:28
professionalTom Deketelaere11-Jan-09 21:28 
Well like I said it's a thought Smile | :) and I'm not sure you'll always get a unique value out off it but here is some pseudo code anyway.


'the hashed string
String Hash="1564897548846357815";
Char c ;
Int result;
for each c in hash
   if isnumeric(c) then
       result = result + c
   else
       'do something to convert the char into an int
   end if
next

Now I seriously doubt that this will work (reading the comments off other reply's to your post), but it was my first thought and you never know.
It also depends on for what you'll use the int (if it has to be unique I wouldn't do it like this).

PS: sorry if my c# code isn't perfect, been a while since I coded in it Smile | :)
AnswerRe: MD5 algorithm issue Pin
Abhijit Jana6-Jan-09 1:28
professionalAbhijit Jana6-Jan-09 1:28 
GeneralRe: MD5 algorithm issue Pin
George_George10-Jan-09 2:23
George_George10-Jan-09 2:23 
AnswerRe: MD5 algorithm issue Pin
DaveyM696-Jan-09 10:55
professionalDaveyM696-Jan-09 10:55 
GeneralRe: MD5 algorithm issue Pin
George_George10-Jan-09 2:21
George_George10-Jan-09 2:21 
GeneralRe: MD5 algorithm issue Pin
DaveyM6910-Jan-09 8:36
professionalDaveyM6910-Jan-09 8:36 
AnswerRe: MD5 algorithm issue Pin
Jon Rista6-Jan-09 14:40
Jon Rista6-Jan-09 14:40 
GeneralRe: MD5 algorithm issue Pin
George_George10-Jan-09 2:25
George_George10-Jan-09 2:25 
GeneralRe: MD5 algorithm issue Pin
Jon Rista10-Jan-09 13:24
Jon Rista10-Jan-09 13:24 
AnswerRe: MD5 algorithm issue Pin
Hamid_RT15-Jan-09 2:24
Hamid_RT15-Jan-09 2:24 
QuestionSQL Merge Pin
ellllllllie5-Jan-09 23:03
ellllllllie5-Jan-09 23:03 
AnswerRe: SQL Merge Pin
Wendelius5-Jan-09 23:42
mentorWendelius5-Jan-09 23:42 
AnswerRe: SQL Merge Pin
SeMartens5-Jan-09 23:44
SeMartens5-Jan-09 23:44 
QuestionWho is coneected with My Mechine Pin
nidheeshkayal5-Jan-09 22:52
nidheeshkayal5-Jan-09 22:52 
AnswerRe: Who is coneected with My Mechine Pin
rah_sin5-Jan-09 23:24
professionalrah_sin5-Jan-09 23:24 
GeneralRe: Who is coneected with My Mechine Pin
nidheeshkayal5-Jan-09 23:51
nidheeshkayal5-Jan-09 23:51 
GeneralRe: Who is coneected with My Mechine Pin
EliottA6-Jan-09 2:01
EliottA6-Jan-09 2:01 
Question"Another" one automation error... Pin
Member 28952165-Jan-09 22:29
Member 28952165-Jan-09 22:29 

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.