PowerTCP Telnet for .NET CF
ToString Method
See Also  Send comments on this topic.
Dart.Common Namespace > LogEventArgs Class : ToString Method




Gets the Data property as a decoded string.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As LogEventArgs
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()
Managed Extensions for C++ 
public: string* ToString(); override 
C++/CLI 
public:
String^ ToString(); override 

Return Value

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.