Click or drag to resize

MetaDataNameValidator.ValidateName Method

Validates the name specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
protected bool ValidateName(
	string nameToValidate,
	out string clsCompliantVersion
)

Parameters

nameToValidate
Type: System.String
The name to validate.
clsCompliantVersion
Type: System.String
The CLS compliant version.

Return Value

Type: Boolean
true if the name is valid, false otherwise
See Also