Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Randomly Removing an Item from an Array Pin
PIEBALDconsult29-Apr-08 6:15
mvePIEBALDconsult29-Apr-08 6:15 
GeneralRe: Randomly Removing an Item from an Array Pin
Christian Graus28-Apr-08 18:12
protectorChristian Graus28-Apr-08 18:12 
QuestionProgramming to DataTables VS. Programming to type safe objects using generic interfaces? Pin
Steve Holdorf28-Apr-08 11:17
Steve Holdorf28-Apr-08 11:17 
GeneralRe: Programming to DataTables VS. Programming to type safe objects using generic interfaces? Pin
Pete O'Hanlon28-Apr-08 11:52
mvePete O'Hanlon28-Apr-08 11:52 
Generalcombining number and dateformating in one funcrtion Pin
stephan_00728-Apr-08 10:02
stephan_00728-Apr-08 10:02 
GeneralRe: combining number and dateformating in one funcrtion Pin
Gareth H28-Apr-08 10:35
Gareth H28-Apr-08 10:35 
GeneralRe: combining number and dateformating in one funcrtion Pin
PIEBALDconsult28-Apr-08 10:43
mvePIEBALDconsult28-Apr-08 10:43 
GeneralRe: combining number and dateformating in one funcrtion Pin
stephan_00728-Apr-08 10:54
stephan_00728-Apr-08 10:54 
i parse from a textfile which contains infos like
|value|{#,##0.0000}
|date|{0:dd/MM/yyyy}

when parsing the tokens (a token is e.g. |value|) is replaced by it's value and formated by the formatstring behind. so i parse the string after the token and format the string with this formatstring.

so the input is always a string.
i do also provide the culture info which corresponds to the string format so it is formated correctly.

<br />
input.ToString(FormatString, new CultureInfo(LocalString));<br />

GeneralRe: combining number and dateformating in one funcrtion Pin
PIEBALDconsult28-Apr-08 13:54
mvePIEBALDconsult28-Apr-08 13:54 
GeneralSystem.Timers.Timer Pin
geekfromindia28-Apr-08 9:11
geekfromindia28-Apr-08 9:11 
GeneralRe: System.Timers.Timer Pin
som.nitk28-Apr-08 9:14
som.nitk28-Apr-08 9:14 
GeneralRe: System.Timers.Timer Pin
PIEBALDconsult28-Apr-08 9:20
mvePIEBALDconsult28-Apr-08 9:20 
GeneralRe: System.Timers.Timer Pin
Zoltan Balazs28-Apr-08 9:41
Zoltan Balazs28-Apr-08 9:41 
GeneralRe: System.Timers.Timer Pin
Anthony Mushrow28-Apr-08 14:13
professionalAnthony Mushrow28-Apr-08 14:13 
GeneralRe: System.Timers.Timer Pin
geekfromindia28-Apr-08 16:21
geekfromindia28-Apr-08 16:21 
GeneralWindows forms and animated gift progress Pin
Saamir28-Apr-08 8:34
Saamir28-Apr-08 8:34 
GeneralRe: Windows forms and animated gift progress Pin
Christian Graus28-Apr-08 11:20
protectorChristian Graus28-Apr-08 11:20 
GeneralRe: Windows forms and animated gift progress Pin
Saamir28-Apr-08 11:31
Saamir28-Apr-08 11:31 
GeneralRe: Windows forms and animated gift progress Pin
Christian Graus28-Apr-08 12:56
protectorChristian Graus28-Apr-08 12:56 
GeneralRe: Windows forms and animated gift progress Pin
Saamir29-Apr-08 3:35
Saamir29-Apr-08 3:35 
GeneralRe: Windows forms and animated gift progress Pin
wzett29-Apr-08 21:19
wzett29-Apr-08 21:19 
GeneralRe: Windows forms and animated gift progress Pin
Saamir30-Apr-08 2:52
Saamir30-Apr-08 2:52 
QuestionHow to detect system shutdown in process running as different user Pin
icon_st28-Apr-08 8:02
icon_st28-Apr-08 8:02 
GeneralMake sure the typeparam is nullable Pin
Jordanwb28-Apr-08 6:08
Jordanwb28-Apr-08 6:08 
GeneralRe: Make sure the typeparam is nullable Pin
Hesham Amin28-Apr-08 7:38
Hesham Amin28-Apr-08 7:38 

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.