Reporter | Sergey Kuks (coox) |
---|---|
Created | May 23, 2012 10:15:21 PM |
Updated | Apr 16, 2018 1:29:53 PM |
Resolved | Apr 16, 2018 1:29:52 PM |
Subsystem | Code Analysis - Annotations |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Obsolete |
Type | Bug |
Fix version | Backlog |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
in the case String.Format is necessary because there's no overload with IFormatProvider in BinaryWriter
BTW there's no QF to remove redundand code
BTW there's no QF to remove redundand code
BinaryWriter writer;
writer.WriteLine(String.Format(CultureInfo.InvariantCulture, "{0:d/M/yyyy HH:mm:ss}", entry.FileAccessTime));