Load XML data and copy to tag

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: string

XML data

tag
Type: UserType

Tag template

.NET Framework

Supported in: 4.6.2, 4.7