PowerTCP SSH and SFTP for .NET
ToString Method (DataEventArgs)




Gets the Data property as a decoded string.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As DataEventArgs
Dim value As String
 
value = instance.ToString()
public override string ToString()
public: string* ToString(); override 
public:
String^ ToString(); override 

Return Value

The Data.Buffer decoded into a string using the Data.Encoding specified.
See Also

Reference

DataEventArgs Class
DataEventArgs Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic