Decompiles a provided template tag into tag key.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string DecompileTemplateTag(
	string templateTag
)
Visual Basic
Public Shared Function DecompileTemplateTag ( 
	templateTag As String
) As String
Visual C++
public:
static String^ DecompileTemplateTag(
	String^ templateTag
)
F#
static member DecompileTemplateTag : 
        templateTag : string -> string 

Parameters

templateTag
Type: System..::..String
Template Tag.

Return Value

Type: String
Tag key only.

See Also