Skip to content

Commit f481f2d

Browse files
committed
chore: Remove utility method
1 parent 12958b5 commit f481f2d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Utilities/Utility.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,13 +1257,6 @@ public static double StringToDouble(string input)
12571257
return output;
12581258
}
12591259
#endregion
1260-
1261-
#region DateTime? to String
1262-
public static string NullableDateTimeToString(this DateTime? dt, string format)
1263-
{
1264-
return dt == null ? "" : ((DateTime)dt).ToString(format);
1265-
}
1266-
#endregion
12671260
}
12681261

12691262
/// <summary>

0 commit comments

Comments
 (0)