MetaDataNameValidatorValidateName 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.6.0.0 (5.6.19.0117)
Syntax protected bool ValidateName(
string nameToValidate,
out string clsCompliantVersion
)
Protected Function ValidateName (
nameToValidate As String,
<OutAttribute> ByRef clsCompliantVersion As String
) As Boolean
Parameters
- nameToValidate
- Type: SystemString
The name to validate. - clsCompliantVersion
- Type: SystemString
The CLS compliant version.
Return Value
Type:
Boolean
true if the name is valid, false otherwise
See Also