Name | Description | |
---|---|---|
BytesToString | Converts a byte count to a string that has been scaled to the smallest whole number | |
ToBoolean | Overloaded. Converts a TriState enumeration to a boolean. If the TriState is set to NotSpecified, the returned boolean will be false. | |
ToSqlDateTime | Converts a DateTime to an SqlDateTime. If the DateTime is MinValue, SqlDateTime.Null is returned. | |
ToSqlDateTimeUTC | Converts a DateTime to an SqlDateTime. If the DateTime is MinValue, SqlDateTime.Null is returned. If the DateTime is not UTC, throws an exception. |