Click here to Skip to main content
15,886,724 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to convert PPT to mht format in Office 2010 / 2013 to use in Asp.net web application Pin
ven7537-Jan-14 0:18
ven7537-Jan-14 0:18 
AnswerRe: How to convert PPT to mht format in Office 2010 / 2013 to use in Asp.net web application Pin
Pete O'Hanlon7-Jan-14 0:52
mvePete O'Hanlon7-Jan-14 0:52 
QuestionError : Conversion from string ?serial? to type 'Integer' is not valid Pin
Member 105062156-Jan-14 1:34
Member 105062156-Jan-14 1:34 
AnswerRe: Error : Conversion from string ?serial? to type 'Integer' is not valid Pin
Dave Kreskowiak6-Jan-14 3:53
mveDave Kreskowiak6-Jan-14 3:53 
QuestionHow to use calendar,date api in asp.net Pin
Alakh niranjan5-Jan-14 19:08
Alakh niranjan5-Jan-14 19:08 
AnswerRe: How to use calendar,date api in asp.net Pin
Richard MacCutchan5-Jan-14 22:09
mveRichard MacCutchan5-Jan-14 22:09 
AnswerRe: How to use calendar,date api in asp.net Pin
Shameel6-Jan-14 4:12
professionalShameel6-Jan-14 4:12 
Questionunformatting GUID wrong output Pin
Nicki NickNick5-Jan-14 12:24
Nicki NickNick5-Jan-14 12:24 
Hi. I am coding a program (important: .NET 2 (3.5), C#) where i get input of GUIDs in various formats. On MSDN is documented, that it is possible to use
   zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
or zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
or {zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz}
or (zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz)
or {0xzzzzzzzz, 0xzzzz, 0xzzzz,0xzz,0xzz,0xzz,0xzz,0xzz,0xzz,0xzz,0xzz}}
The goal is to produce a (hex)string of length 32 characters (for 16 bytes) regardless of input.
So I programmed and debugged and tested and looked ...
System.Guid test=new System.Guid("{2426186D-B96D-4656-9B65-15C727744643}");  // do not have Parse<br />
System.Console.WriteLine(BitConverter.ToString(test.ToByteArray()).Replace("-", string.Empty));

What goes wrong? I expect to see "2426186DB96D46569B6515C727744643", but get
"6D1826246DB956469B6515C727744643". Please give advice. TIA Nicki.
AnswerRe: unformatting GUID wrong output Pin
Richard Andrew x645-Jan-14 13:25
professionalRichard Andrew x645-Jan-14 13:25 
GeneralRe: unformatting GUID wrong output Pin
Nicki NickNick5-Jan-14 14:29
Nicki NickNick5-Jan-14 14:29 
AnswerRe: unformatting GUID wrong output Pin
Richard Andrew x645-Jan-14 14:30
professionalRichard Andrew x645-Jan-14 14:30 
GeneralRe: unformatting GUID wrong output Pin
Nicki NickNick5-Jan-14 14:45
Nicki NickNick5-Jan-14 14:45 
GeneralRe: unformatting GUID wrong output Pin
Dave Kreskowiak5-Jan-14 15:57
mveDave Kreskowiak5-Jan-14 15:57 
GeneralRe: unformatting GUID wrong output Pin
Nicki NickNick5-Jan-14 17:30
Nicki NickNick5-Jan-14 17:30 
AnswerRe: unformatting GUID wrong output Pin
Richard Andrew x645-Jan-14 13:37
professionalRichard Andrew x645-Jan-14 13:37 
GeneralRe: unformatting GUID wrong output Pin
Nicki NickNick5-Jan-14 14:20
Nicki NickNick5-Jan-14 14:20 
Questionneed solution for the following Pin
Surabhi1725-Dec-13 13:23
Surabhi1725-Dec-13 13:23 
AnswerRe: need solution for the following Pin
Eddy Vluggen25-Dec-13 23:40
professionalEddy Vluggen25-Dec-13 23:40 
QuestionRe: need solution for the following Pin
ZurdoDev27-Dec-13 11:01
professionalZurdoDev27-Dec-13 11:01 
AnswerRe: need solution for the following Pin
Abhinav S2-Jan-14 7:01
Abhinav S2-Jan-14 7:01 
QuestionRadio Button Convention Pin
Jibba Jabba25-Dec-13 8:03
professionalJibba Jabba25-Dec-13 8:03 
AnswerRe: Radio Button Convention Pin
SoMad25-Dec-13 8:37
professionalSoMad25-Dec-13 8:37 
GeneralRe: Radio Button Convention Pin
Jibba Jabba25-Dec-13 10:15
professionalJibba Jabba25-Dec-13 10:15 
GeneralRe: Radio Button Convention Pin
SoMad25-Dec-13 18:53
professionalSoMad25-Dec-13 18:53 
GeneralRe: Radio Button Convention Pin
Jibba Jabba25-Dec-13 20:27
professionalJibba Jabba25-Dec-13 20:27 

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.