Validates that an argument is a valid qualified HPIO.
Namespace: Nehta.VendorLibrary.CommonAssembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static void ValidateHPIO( string name, string value, bool required ) |
Visual Basic |
---|
Public Shared Sub ValidateHPIO ( _ name As String, _ value As String, _ required As Boolean _ ) |
Visual C++ |
---|
public: static void ValidateHPIO( String^ name, String^ value, bool required ) |
Parameters
- name
- Type: System..::..String
The name of the argument to validate.
- value
- Type: System..::..String
The value of the argument to validate.
- required
- Type: System..::..Boolean
Indicates if the argument is required.