Which expression correctly converts the string variable “DateString” with the value “03/03/2023 16:23:11” into a Date Time variable?
Which expression correctly converts the string variable “DateString” with the value “03/03/2023 16:23:11” into a Date Time variable?
Answer is B.
Answer is B.
In C#, uppercase MM is used for months while lowercase mm is used for minutes.