Click or drag to resize

CaexValueIsValidStringValue Method

Checks for all string data types, if the provided string is valid according to the defined data type TypeCodeOfAttribute. The supported types are :

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string IsValidStringValue(
	string value
)

Parameters

value  String
string value

Return Value

String
null, if the value is valid; otherwise the validation error is returned.
See Also