This function concatenates two given streams.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public virtual void Concatenate(
string sourceStream,
string destinationStream
) |
Visual Basic |
---|
Public Overridable Sub Concatenate ( _
sourceStream As String, _
destinationStream As String _
) |
Visual C++ |
---|
public:
virtual void Concatenate(
String^ sourceStream,
String^ destinationStream
) |
Parameters
- sourceStream
- Type: String
This is the stream to which the other stream will be concatenated to.
- destinationStream
- Type: String
This is the stream which will be appended to the other stream.
See Also