Click or drag to resize

ConvertUtil Class

Helper methods for doing conversions.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesConvertUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class ConvertUtil

The ConvertUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDecimal
Converts the specified object to a decimal value. Unlike ToDecimal(Object), converts a char to a decimal.
Public methodStatic memberToDouble
Converts the specified object to a double value. Unlike ToDouble(Object), converts a char to a double.
Public methodStatic memberToSingle
Converts the specified object to a float value. Unlike ToSingle(Object), converts a char to a float.
Top
See Also