TK.SaveToXMLString (String) Method

Create XML data from tag
Public Shared Function SaveToXMLString( _ 
ByVal tagName As String
) As String
This language is not supported or no code example is available.
public static string SaveToXMLString( 
string tagName 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Tag name

Return Value

string

Returns XML data

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition