TK.LoadFromXMLString (String, UserType) Method

Load XML data and copy to tag
Public Shared Sub LoadFromXMLString( _ 
ByVal xmlData As String, _ 
ByVal tag As UserType
)
This language is not supported or no code example is available.
public static void LoadFromXMLString( 
string xmlData
UserType tag 
)
This language is not supported or no code example is available.

Parameters

xmlData
string

XML data

tag
UserType

Tag template

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition