diff --git a/src/Hussy.Net/Display/ToString.cs b/src/Hussy.Net/Display/ToString.cs index 40c0dac..5e21eb1 100644 --- a/src/Hussy.Net/Display/ToString.cs +++ b/src/Hussy.Net/Display/ToString.cs @@ -2,6 +2,15 @@ public static partial class Hussy { + /// + /// Converts the specified input to its representation. + /// + /// The input to convert. + /// Specifies the type of the to convert. + /// + /// The representation of the specified + /// instance. + /// public static string Ts(this T input) => input.ToString(); } \ No newline at end of file