Utilities.TryGetXMLTemplate(String, String, String) Method

Definition

Helper to fetch an XML based template.

public:
 static bool TryGetXMLTemplate(System::String ^ text, System::String ^ templateName, [Runtime::InteropServices::Out] System::String ^ % template);
public static bool TryGetXMLTemplate (string text, string templateName, out string template);
static member TryGetXMLTemplate : string * string * string -> bool
Public Function TryGetXMLTemplate (text As String, templateName As String, ByRef template As String) As Boolean

Parameters

text
String
templateName
String
template
String

Returns

Boolean

Applies to