Generic Class

Helper methods to convert data types to other data types.

Definition

Namespace: Common.Core.Converters
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static class Generic
Inheritance
Object    Generic

Methods

CharToBoolConverts a char object to a 3-state boolean type.
DateTimeToDateOnlyConverts a DateTime object to a DateOnly type.

See Also