Summary
Converts a participant identifier to a standardized format that
won't break PlantUml.
- Namespace
-
GitVersion
.Testing .Helpers - Containing Type
- ParticipantSanitizer
Syntax
public static string SanitizeParticipant(string participant)
Parameters
| Name | Type | Description |
|---|---|---|
| participant | string | The participant identifier to convert. This value cannot be null, empty, or consist only of whitespace. |
Return Value
| Type | Description |
|---|---|
| string |