forwardGetSemanticType Method    Table of ContentTypeInfo Classforward
TemplateLibrary.Parse Method
Parses string as templates description.

Namespace:  OnixS.SimpleBinaryEncoding.Templates
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public static TemplateLibrary Parse(
	string xmlTemplate
)

Parameters

xmlTemplate
Type: System.String
String contains templates description.

Return Value

Type: TemplateLibrary
Template library.
See Also