FormatString Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FormatString(String, String) | |
FormatString(String, String, String, ArgumentDefinition[]) |
FormatString(String, String)
public:
FormatString(System::String ^ formatString, System::String ^ language);
public FormatString (string formatString, string language);
new Microsoft.RuleEngine.FormatString : string * string -> Microsoft.RuleEngine.FormatString
Public Sub New (formatString As String, language As String)
Parameters
- formatString
- String
- language
- String
Applies to
FormatString(String, String, String, ArgumentDefinition[])
public:
FormatString(System::String ^ formatString, System::String ^ language, System::String ^ delimiter, cli::array <Microsoft::RuleEngine::ArgumentDefinition ^> ^ arguments);
public FormatString (string formatString, string language, string delimiter, Microsoft.RuleEngine.ArgumentDefinition[] arguments);
new Microsoft.RuleEngine.FormatString : string * string * string * Microsoft.RuleEngine.ArgumentDefinition[] -> Microsoft.RuleEngine.FormatString
Public Sub New (formatString As String, language As String, delimiter As String, arguments As ArgumentDefinition())
Parameters
- formatString
- String
- language
- String
- delimiter
- String
- arguments
- ArgumentDefinition[]