SimpleTemplateFormat Members
Include Protected Members
Include Inherited Members
Supports an array of tags one level deep (no tags within tags).
The SimpleTemplateFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SimpleTemplateFormat | Creates an instance of a SimpleTemplateFormat object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Literal | Gets or sets the literal string value stored inside a correctly formatted tag. |
![]() |
Tag | Gets or sets a string value representing a correctly formatted tag. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
SimpleParse | Static method that parses out and stores the tags and literal strings inside a formatted string. |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
TemplateTagBegin | Specifies the string value that opens a tag ({). |
![]() ![]() |
TemplateTagEnd | Specifies the string value that closes a tag (}). |
Top