TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Frederik Wagener
NA
1
1.7k
C# Get Excel Wert (Zeitwert) an eine Textbox
Sep 13 2014 3:55 PM
Sehr geehrte Community,
ich hoffe ihr könnt mir weiterhelfen.
Ich möchte gerne aus einer Excel-Zelle eine Zeit (Format: hh:ss) auslesen und einer Textbox übergeben.
das übergeben klappt zwar, aber die Textbox zeigt die Zeit wie folgt an. (z. B. 0,3182145).
Vielleicht könnt ihr mir da den richtigen Anstoß geben und bedanke mich schon einmal im Voraus.
String ergebnis = WorkSheet.Cells[getIndexVeranstaltung() + getIndexWettkampf, i + 1].Value + "";
String.Format("hh:mm", ergebnis);
MessageBox.Show(ergebnis);
mfg
Reply
Answers (
2
)
linq in c#, list , generic class , and so on
how Can I do readonly based on condition in devexpress grid