Languages
[Edit]
EN

C# / .NET - convert DateTime to string

5 points
Created by:
Root-ssh
175020

In C# / .NET to convert DateTime to string it is necessary to call DateTime.ToString method.

DateTime.ToString method example

DateTime now = DateTime.Now;

Console.WriteLine(now.ToString());

Output:

08/14/2019 22:10:37
Note: this example has been run with independent culture.

References

  1. DateTime.ToString Method - Microsoft Docs
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

C# - DateTime conversion

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join