Helper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.
public ref class Helper
public class Helper
type Helper = class
Public Class Helper
- Inheritance
-
Helper
Remarks
This class is useful when you have a user interface for a task, and you want to validate any values entered by the user.
Constructors
Helper() |
Initializes a new instance of the Helper class. |
Methods
CompareArrays(Object[], Object[]) |
Compares two arrays |
GetDotNetType(String) |
Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type. |
IsPrimitiveType(String) |
Indicates if a data type is a value type. |
Validate(String, String) |
Indicates whether a value can be converted to the specified primitive data type. |