Method IsValidSkillName
IsValidSkillName(string)
Validates the skill name format according to the specification.
public static bool IsValidSkillName(string name)
Parameters
namestringThe name to validate.
Returns
- bool
trueif the name is valid; otherwise,false.