DocumentObject
ToString Method (String)
|
Exports the name and index in container of the object into a string in the specified seperator.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual string ToString(
string seperator
)
Public Overridable Function ToString (
seperator As String
) As String
public:
virtual String^ ToString(
String^ seperator
)
abstract ToString :
seperator : string -> string
override ToString :
seperator : string -> string
Parameters
-
seperator
-
Type:
System
String
Return Value
Type:
String
See Also