Click here to Skip to main content
15,883,852 members
Home / Discussions / C#
   

C#

 
GeneralRe: IE 11 Registry Entries Pin
namerg20-Jan-15 11:57
namerg20-Jan-15 11:57 
GeneralRe: IE 11 Registry Entries Pin
Pete O'Hanlon20-Jan-15 12:14
mvePete O'Hanlon20-Jan-15 12:14 
GeneralRe: IE 11 Registry Entries Pin
namerg20-Jan-15 14:13
namerg20-Jan-15 14:13 
QuestionHex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 2:04
NJdotnetdev20-Jan-15 2:04 
AnswerRe: Hex to UUEncode in C# Pin
OriginalGriff20-Jan-15 2:50
mveOriginalGriff20-Jan-15 2:50 
GeneralRe: Hex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 3:24
NJdotnetdev20-Jan-15 3:24 
GeneralRe: Hex to UUEncode in C# Pin
OriginalGriff20-Jan-15 3:35
mveOriginalGriff20-Jan-15 3:35 
GeneralRe: Hex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 3:43
NJdotnetdev20-Jan-15 3:43 
This is the one I am not able to reverse:
string temp = String.Format("{0:X02}{1:X02}{2:X02}", (output & 0xFF0000FF) >> 0, (output & 0xFF00FF00) >> 8, (output & 0xFFFF0000) >> 16);

Not good with these conversions.
GeneralRe: Hex to UUEncode in C# Pin
OriginalGriff20-Jan-15 4:01
mveOriginalGriff20-Jan-15 4:01 
GeneralRe: Hex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 4:42
NJdotnetdev20-Jan-15 4:42 
GeneralRe: Hex to UUEncode in C# Pin
OriginalGriff20-Jan-15 4:57
mveOriginalGriff20-Jan-15 4:57 
GeneralRe: Hex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 5:00
NJdotnetdev20-Jan-15 5:00 
GeneralRe: Hex to UUEncode in C# Pin
OriginalGriff20-Jan-15 5:18
mveOriginalGriff20-Jan-15 5:18 
GeneralRe: Hex to UUEncode in C# Pin
NJdotnetdev20-Jan-15 5:41
NJdotnetdev20-Jan-15 5:41 
GeneralRe: Hex to UUEncode in C# Pin
OriginalGriff20-Jan-15 5:43
mveOriginalGriff20-Jan-15 5:43 
QuestionMicrosoft Enterprise Library 5.0 Pin
Member 397562920-Jan-15 1:19
Member 397562920-Jan-15 1:19 
AnswerRe: Microsoft Enterprise Library 5.0 Pin
OriginalGriff20-Jan-15 2:51
mveOriginalGriff20-Jan-15 2:51 
QuestionTraffic laws Project Pin
zayno19-Jan-15 2:45
zayno19-Jan-15 2:45 
AnswerRe: Traffic laws Project Pin
RUs12319-Jan-15 3:07
RUs12319-Jan-15 3:07 
GeneralRe: Traffic laws Project Pin
zayno19-Jan-15 3:13
zayno19-Jan-15 3:13 
GeneralRe: Traffic laws Project Pin
RUs12319-Jan-15 3:21
RUs12319-Jan-15 3:21 
AnswerRe: Traffic laws Project Pin
Dave Kreskowiak19-Jan-15 4:38
mveDave Kreskowiak19-Jan-15 4:38 
AnswerRe: Traffic laws Project Pin
Afzaal Ahmad Zeeshan19-Jan-15 5:03
professionalAfzaal Ahmad Zeeshan19-Jan-15 5:03 
AnswerRe: Traffic laws Project Pin
V.20-Jan-15 1:59
professionalV.20-Jan-15 1:59 
Questionaugmenting reality project (Affix Center Sofech Services Pvt. Ltd) Pin
ishaan279118-Jan-15 23:13
ishaan279118-Jan-15 23:13 

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.