Converts source into a System.String representation of source.
public static string Stringify<T>(this T source, KeepCoding.StringifyFormat format=null);
source
T
The item to represent as a System.String
format
StringifyFormat
Determines how it is formatted.
System.String
source as a System.String.
Unlike System.Object.ToString, the individual items inside source if it is an iterator is deconstructed.