.NET Helper Packages
C#
Show/Hide TOC
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#
Copy
public
static
class
Generic
Inheritance
Object
Generic
Methods
CharToBool
Converts a char object to a 3-state boolean type.
DateTimeToDateOnly
Converts a DateTime object to a DateOnly type.
See Also
Reference
Common.Core.Converters Namespace
In This Article
Definition
Methods
See Also