system.mes.property.validateValueString

Sepasoft MES Module Suite

system.mes.property.validateValueString(val, type)

Validates the candidate value against the type definition.

Syntax

system.mes.property.validateValueString(val, type)

  • Parameters

String val - The string to be validated.

DataType type - The type to check the validation for.

  • Returns

Boolean True when the value is valid for the type, otherwise false.

  • Scope

All

Sepasoft MES Module Suite