 | 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.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string IsValidStringValue(
string value
)
Public Function IsValidStringValue (
value As String
) As String
public:
String^ IsValidStringValue(
String^ value
)
Parameters
- value String
- string value
Return Value
Stringnull, if the value is valid; otherwise the validation error is returned.
See Also