Method Default
Default<T>(nint, T)
The formater of each item - Default (各项的格式化器 - 默认).
[FakeCLSCompliant(false)]
public static string Default<T>(nint index, T value)
Parameters
index
nintItem index (项的索引).
value
TItem value (项的值).
Returns
- string
A formatted string (格式化后的字符串).
Type Parameters
T
The element type (元素的类型).