Click here to Skip to main content
15,890,043 members
Home / Discussions / C#
   

C#

 
GeneralRe: How add printer from c# Pin
delphix527-Dec-13 8:35
delphix527-Dec-13 8:35 
AnswerRe: How add printer from c# Pin
ZurdoDev27-Dec-13 11:00
professionalZurdoDev27-Dec-13 11:00 
GeneralRe: How add printer from c# Pin
delphix527-Dec-13 12:03
delphix527-Dec-13 12:03 
GeneralRe: How add printer from c# Pin
ZurdoDev27-Dec-13 14:17
professionalZurdoDev27-Dec-13 14:17 
QuestionC# Function Graph Pin
erdinc3527-Dec-13 3:54
erdinc3527-Dec-13 3:54 
AnswerRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:38
mveRichard MacCutchan27-Dec-13 4:38 
GeneralRe: C# Function Graph Pin
erdinc3527-Dec-13 4:40
erdinc3527-Dec-13 4:40 
GeneralRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:49
mveRichard MacCutchan27-Dec-13 4:49 
GeneralRe: C# Function Graph Pin
erdinc3527-Dec-13 4:52
erdinc3527-Dec-13 4:52 
GeneralRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:57
mveRichard MacCutchan27-Dec-13 4:57 
Questionordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:17
gianfrancoguzzo27-Dec-13 3:17 
AnswerRe: ordered list as in python Pin
Richard MacCutchan27-Dec-13 3:39
mveRichard MacCutchan27-Dec-13 3:39 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:18
gianfrancoguzzo27-Dec-13 4:18 
AnswerRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 3:40
professionalNicholas Marty27-Dec-13 3:40 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:46
gianfrancoguzzo27-Dec-13 3:46 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 3:50
professionalNicholas Marty27-Dec-13 3:50 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:08
gianfrancoguzzo27-Dec-13 4:08 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 4:11
professionalNicholas Marty27-Dec-13 4:11 
GeneralMessage Closed Pin
27-Dec-13 4:01
gianfrancoguzzo27-Dec-13 4:01 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 4:06
professionalNicholas Marty27-Dec-13 4:06 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:10
gianfrancoguzzo27-Dec-13 4:10 
AnswerRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:43
gianfrancoguzzo27-Dec-13 3:43 
GeneralRe: ordered list as in python Pin
BillWoodruff27-Dec-13 13:02
professionalBillWoodruff27-Dec-13 13:02 
AnswerRe: ordered list as in python Pin
BillWoodruff27-Dec-13 4:04
professionalBillWoodruff27-Dec-13 4:04 
You need to be clear what you mean by "ordered with its string value" (at least for folks like me who don't use Python).

If you mean sort alpha-numerically, then YourList.Sort(); will take care of that for you in .NET C#.

If you doing some kind of ordering beyond the default ("natural" ordering of elements based on their Type), then, if you are using C# 2.0, not 3.0, that's is important to know, also.

Also of interest is whether you are sorting in-place, or perhaps wish ... using Linq ... to return a new List sorted/ordered-by whatever without changing the source List.
“I'm an artist: it's self evident that word implies looking for something all the time without ever finding it in full. It is the opposite of saying : 'I know all about it. I've already found it.'

As far as I'm concerned, the word means: 'I am looking. I am hunting for it. I am deeply involved.'”

Vincent Van Gogh

GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:17
gianfrancoguzzo27-Dec-13 4:17 

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.