Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列を日時形式に変換したい。次のコードを訴えていますが、エラーが発生します。助けてください。
DateTime dtCurrentFile = DateTime.ParseExact(" 5/7/2013 07:42 53 AM ","d/M/yyyy HH:mm ss",null);
次のように例外が発生しています:
文字列は有効な DateTime として認識されませんでした。