Utility.IsAllReplacementValuesReplaced(String) Method
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.
Determines if all replacement parameters are replaced in the supplied string.
public:
static bool IsAllReplacementValuesReplaced(System::String ^ inputString);
public static bool IsAllReplacementValuesReplaced (string inputString);
static member IsAllReplacementValuesReplaced : string -> bool
Public Shared Function IsAllReplacementValuesReplaced (inputString As String) As Boolean
Parameters
- inputString
- String
The string that may contain replacement parameters
Returns
true
if no replacement parameters exist in the string, false
otherwise