InstanceParameterString.IsValid Method

<< 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)

 

Syntax


public bool IsValid(
 Object newValue
)

Parameters

newValue

Type: Object
The value to be validated.

Return Value

True if the value is valid, false otherwise.

 

See Also


InstanceParameterString Class

BNCS Namespace