XEncryption ToString Function. Returns a string representation of the object. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Returns a string representation of the object.

 

   
Syntax  

[C#]
override string ToString()

[Visual Basic]
Overrides Function ToString() As String

 

   

Params
 
Name Description
return The string representation of the object.

 

   

Notes
 

This method returns the string value of the object. This is equivalent to reading the String property of the object.

 

   

Example
 

None.