Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / StreamUtilWithExtensions Class / AppendLine Method


In This Topic
    AppendLine Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub AppendLine( _
       ByVal str As Stream, _
       ByVal value As String _
    ) 
    'Usage
     
    
    Dim str As Stream
    Dim value As String
     
    StreamUtilWithExtensions.AppendLine(str, value)
    public static void AppendLine( 
       Stream str,
       string value
    )

    Parameters

    str
    value
    See Also