[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Parser for strings with substitution parameters of the form ${parameter}.
The following tables list the members exposed by the PlaceholderParser type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | ParsePlaceholder | Parses a string to find placeholders of format ${placeholder}.
Example: "My ${thing} is ${color}" The example above parses into 4 fragements: a text fragment of value "My ", a parameter fragment "thing", a text fragement " is " and a parameter fragment "color". |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | PlaceholderParserNew |