LogRowFormatter.FormatCollection Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Function FormatCollection ( _
data As IEnumerable, _
<OutAttribute> ByRef needsEscaping As Boolean _
) As String
'Usage
Dim data As IEnumerable
Dim needsEscaping As Boolean
Dim returnValue As String
returnValue = LogRowFormatter.FormatCollection(data, _
needsEscaping)
public static string FormatCollection(
IEnumerable data,
out bool needsEscaping
)
Return Value
Type: System.String
See Also