Validate a Record Id and optionally convert it to upper case.

Syntax

ISDatabaseBL.RecordIdValid(id, propertyName, [allowBlank], [allowSquareBrackets], [allowForwardSlash], [allowBackSlash])

Parameters

NameTypeOptionalByRefDescription
id String The Record Id.
propertyName String The Name of the Record Id property, e.g. ClientId.
allowBlank Boolean Optional Indicates whether the Record Id can be blank. If omitted, a value of False is assumed.
allowSquareBrackets Boolean Optional Indicates whether the Record Id allows square brackets. If omitted, a value of False is assumed.
allowForwardSlash Boolean Optional Indicates whether the Record Id allows forward slashes. If omitted, a value of True is assumed.
allowBackSlash Boolean Optional Indicates whether the Record Id allows back slashes. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseBL
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0