Click here to Skip to main content
15,884,176 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to list all the PCs within a group using Active Directory?? Pin
David Stone30-Oct-02 13:44
sitebuilderDavid Stone30-Oct-02 13:44 
QuestionNew project problem? Pin
chen29-Oct-02 16:31
chen29-Oct-02 16:31 
AnswerRe: New project problem? Pin
Stephane Rodriguez.29-Oct-02 18:43
Stephane Rodriguez.29-Oct-02 18:43 
GeneralRe: New project problem? Pin
chen29-Oct-02 19:18
chen29-Oct-02 19:18 
GeneralRe: New project problem? Pin
Stephane Rodriguez.29-Oct-02 19:33
Stephane Rodriguez.29-Oct-02 19:33 
GeneralSoapsuds and "Invalid schema data" Pin
Anonymous29-Oct-02 12:40
Anonymous29-Oct-02 12:40 
GeneralRe: Soapsuds and "Invalid schema data" Pin
Senkwe Chanda31-Oct-02 2:00
Senkwe Chanda31-Oct-02 2:00 
GeneralConverting from Java to C# problem.. Pin
Ed K29-Oct-02 12:18
Ed K29-Oct-02 12:18 
I am converting a java app to C# and the passwords were encrypted with an algorithm written in java which uses the following to convert from a char to an int. Does anyone know the equivalent for C#?
<br />
int result = Character.getNumericValue('b'); // returns 11<br />

The 'equivalent' in C# returns different results...
<br />
double d12 = Char.GetNumericValue('b'); // returns -1.0????!!!!<br />

or
<br />
int i12 = Convert.ToInt32('b'); // returns 98<br />

What is the cause (other than java being a joke!) and how can I get the correct result?

Thanks,

ed

Every time I walk into a singles bar I can hear Mom's wise words: "Don't pick that up, you don't know where it's been!"
GeneralRe: Converting from Java to C# problem.. Pin
Christian Graus29-Oct-02 15:28
protectorChristian Graus29-Oct-02 15:28 
GeneralRe: Converting from Java to C# problem.. Pin
Ed K29-Oct-02 16:41
Ed K29-Oct-02 16:41 
GeneralRe: Converting from Java to C# problem.. Pin
leppie31-Oct-02 6:09
leppie31-Oct-02 6:09 
GeneralRe: Converting from Java to C# problem.. Pin
Stephane Rodriguez.29-Oct-02 19:16
Stephane Rodriguez.29-Oct-02 19:16 
GeneralCreating DB's on the fly!!! Pin
Anonymous29-Oct-02 9:43
Anonymous29-Oct-02 9:43 
GeneralRe: Creating DB's on the fly!!! Pin
leppie29-Oct-02 10:19
leppie29-Oct-02 10:19 
GeneralRe: Creating DB's on the fly!!! Pin
perlmunger29-Oct-02 11:07
perlmunger29-Oct-02 11:07 
GeneralRe: Creating DB's on the fly!!! Pin
Anonymous29-Oct-02 12:13
Anonymous29-Oct-02 12:13 
GeneralRe: Creating DB's on the fly!!! Pin
Anonymous30-Oct-02 11:23
Anonymous30-Oct-02 11:23 
GeneralPie / Bar / Line Charts Pin
Anonymous29-Oct-02 9:40
Anonymous29-Oct-02 9:40 
GeneralRe: Pie / Bar / Line Charts Pin
Christian Graus29-Oct-02 15:34
protectorChristian Graus29-Oct-02 15:34 
GeneralDeterming SQL Server Type from C# Pin
perlmunger29-Oct-02 9:28
perlmunger29-Oct-02 9:28 
GeneralRe: Determing SQL Server Type from C# Pin
leppie29-Oct-02 10:23
leppie29-Oct-02 10:23 
GeneralRe: Determing SQL Server Type from C# Pin
perlmunger29-Oct-02 10:54
perlmunger29-Oct-02 10:54 
GeneralRe: Determing SQL Server Type from C# Pin
leppie29-Oct-02 11:05
leppie29-Oct-02 11:05 
GeneralRe: Determing SQL Server Type from C# Pin
perlmunger29-Oct-02 11:11
perlmunger29-Oct-02 11:11 
GeneralRe: Determing SQL Server Type from C# Pin
leppie29-Oct-02 11:39
leppie29-Oct-02 11:39 

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.