Hallo Claudius,

kann keine formatierungsoptionen in der msdn finden nur so kryptisches
zeugs.
hast du mir vielleicht einen link.

was ich gefunden habe ist:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemconvertclasstostringtopic23.asp
und das verstehe ich ncith

pat

----- Original Message ----- 
From: "Claudius Ceteras" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 06, 2003 10:35 PM
Subject: RE: [Database.asp] currency format in access db


> nein ich habe es immer noch als w�hrung -festkommazahl, 2
> stellen gespeichert!
>
> so und nun wirds zeit dass ich mal wieder etwas lerne! was
> genau ist ein cast???
>
> eine umformung des empfangenden wertes in einen bestimmten typ?
> wenn ja wie mache ich das? mit cast(....)

Ja... Eine Typenumwandlung... In C# z.B. so(cast nach int): int x = (int)i;

Wenn es w�hrung ist, dann schau Dir mal die ToString-Methode an... Da kann
man Parameter �bergeben f�r die Formatierung...

Claudius

_______________________________________________
Database.asp mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/database.asp

_______________________________________________
Database.asp mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/database.asp

Antwort per Email an