Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperEngine.WriteString Method (IEnumerable, Int32)

Write an array of records to an String and return it.

[Visual Basic]
Overloads Public Function WriteString( _
   ByVal records As IEnumerable, _
   ByVal maxRecords As Integer _
) As String
[C#]
public string WriteString(
   IEnumerable records,
   int maxRecords
);

Parameters

records
The records to write (Can be an array, ArrayList, etc)
maxRecords
The max number of array elements to write.

Return Value

The resulting string after write the records.True if the operation is successful. False otherwise.

See Also

FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.WriteString Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox