Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.3 KB

Helper.Stringify.MMjDPqfcLXL+EYRaH4glrw.md

File metadata and controls

26 lines (23 loc) · 2.3 KB

Helper.Stringify<T>(T, StringifyFormat) Method

Converts source into a System.String representation of source.

public static string Stringify<T>(this T source, KeepCoding.StringifyFormat format=null);

Type parameters

T
The format of the string.

Parameters

source T
The item to represent as a System.String

format StringifyFormat
Determines how it is formatted.

Returns

System.String
source as a System.String.

Remarks

Unlike System.Object.ToString, the individual items inside source if it is an iterator is deconstructed.