Utilities.TryGetTextTemplate Method

Definition

Overloads

TryGetTextTemplate(String, String, String)

Helper to fetch a normal text file based template ('prefixed with #')

TryGetTextTemplate(String, String, String, String)

Helper to fetch a normal text file based template ('prefixed with #')

TryGetTextTemplate(String, String, String)

Helper to fetch a normal text file based template ('prefixed with #')

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

Parameters

text
String
templateName
String
fullTemplate
String

Returns

Boolean

Applies to

TryGetTextTemplate(String, String, String, String)

Helper to fetch a normal text file based template ('prefixed with #')

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

Parameters

text
String
templateName
String
fullTemplate
String
templateBody
String

Returns

Boolean

Applies to