Numeric string to datetime conversion in C# Winforms application
I’m getting a date value from XML in string (numeric). I want to convert the value like 72124
to 7/21/2024
.
numeric string to datetime conversion in c# winform applicationc#
getting date value from xml in string (numeric)
Want to convert “72124” to 7/21/2024 .