Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 610 Bytes

File metadata and controls

22 lines (14 loc) · 610 Bytes

INameValidationService.GetValidName method

Generates a valid name based on the candidateName that you provide.

public string GetValidName(string candidateName)
parameter description
candidateName The initial version of the Name that will be used in validation process.

Return Value

A valid name.

See Also