Share via


Helper Members

Include Protected Members
Include Inherited Members

Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.

The Helper type exposes the following members.

Constructors

  Name Description
Public method Helper() Initializes a new instance of the Helper class.

Top

Methods

  Name Description
Public methodStatic member CompareArrays(array<Object[], array<Object[]) Compares two arrays.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public methodStatic member GetDotNetType(String) Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public methodStatic member IsPrimitiveType(String) Indicates if a data type is a value type.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public methodStatic member Validate(String, String) Indicates whether a value can be converted to the specified primitive data type.

Top