Return a string representation of this ByteArrayView. If the array is longer than maxChars, only maxChars - 3 bytes will be written followed by an ellipsis ('...').

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ToString(
	int maxChars
)
Public Function ToString ( _
	maxChars As Integer _
) As String
public:
virtual String^ ToString(
	int maxChars
) sealed

Parameters

maxChars
Int32

See Also