We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7ccfa commit 1028b66Copy full SHA for 1028b66
src/Exceptionless.DateTimeExtensions/TimeUnit.cs
@@ -28,7 +28,7 @@ public static bool TryParse(string value, out TimeSpan? time)
28
29
private static TimeSpan? ParseTime(string value)
30
{
31
- if (String.IsNullOrWhitespace(value))
+ if (String.IsNullOrWhiteSpace(value))
32
return null;
33
34
string normalized = value.Trim();
0 commit comments