Spread Windows Forms 15.0
FarPoint.PDF Assembly / FarPoint.PDF Namespace / StreamUtilWithExtensions Class / Append Method / Append(Stream,String) Method


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

    Parameters

    str
    value
    See Also