ParticipantSanitizer.

SanitizeParticipant(string) Method

Summary

Converts a participant identifier to a standardized format that won't break PlantUml.

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
GitHub