ICanonicalFormConverter public interface ICanonicalFormConverter Documentation Code namespace Relativity.DataTransfer.Nodes.PathConversion { public interface ICanonicalFormConverter { string Convert(string rawPath); } }