[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

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
static memberParsePlaceholder
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

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
PlaceholderParserNew