Changing Formats

AlisonB

Member
Joined
Aug 20, 2003
Messages
6
Im a newbie C# programmer and Im wanting to change the format of a date or integer variables contents. In VB I would have used something like:

Format(variable, "dd/mm/yy")

How can I do the same sort of thing in C#?

Thanks for any help.
 
Back
Top