|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > InstanceParameterString Class > InstanceParameterString Methods > InstanceParameterString.IsValid Method |
Checks if the provided value is valid based on the specified MaxLength.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public bool IsValid(
Object newValue
)
newValue
Type: Object
The value to be validated.
True if the value is valid, false otherwise.