Load XML data and copy to tag

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

Public Shared Function LoadFromXMLString( _ 
ByVal xmlData As String, _ 
ByVal tagName As String
) As Boolean
This language is not supported or no code example is available.
public static bool LoadFromXMLString( 
string xmlData
string tagName 
)
This language is not supported or no code example is available.

Parameters

xmlData
Type: string

XML data

tagName
Type: string

Tag name

Return Value

Type: bool

.NET Framework

Supported in: 4.6.2, 4.7