Class InStringPlaceholderParser
Inheritance
System.Object
InStringPlaceholderParser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class InStringPlaceholderParser
Methods
Parse(String)
Declaration
public static List<InStringPlaceholder> Parse(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<InStringPlaceholder> |
Parse(String, out String)
Declaration
public static List<InStringPlaceholder> Parse(string text, out string processedText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.String | processedText |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<InStringPlaceholder> |
ParseRichText(String, out String)
Declaration
public static List<InStringPlaceholder> ParseRichText(string text, out string processedRichText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.String | processedRichText |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<InStringPlaceholder> |