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