Click or drag to resize

CastHelper Class

Provides efficient cast methods for converting from object to primitive types. The cast method provided here-in is consistent with the cast mechanics of C#. These cast mechanics are not the same as those provided by the IConvertible interface.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.utilCastHelper

Namespace:  com.espertech.esper.compat.util
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class CastHelper

The CastHelper type exposes the following members.

Constructors
  NameDescription
Public methodCastHelper
Initializes a new instance of the CastHelper class
Top
Methods
See Also