Utility.IsAllReplacementValuesReplaced Method
Determines if all replacement parameters are replaced in the supplied string.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim inputString As String
Dim returnValue As Boolean
returnValue = Utility.IsAllReplacementValuesReplaced(inputString)
Syntax
'Declaration
Public Shared Function IsAllReplacementValuesReplaced ( _
inputString As String _
) As Boolean
public static bool IsAllReplacementValuesReplaced (
string inputString
)
public:
static bool IsAllReplacementValuesReplaced (
String^ inputString
)
public static boolean IsAllReplacementValuesReplaced (
String inputString
)
public static function IsAllReplacementValuesReplaced (
inputString : String
) : boolean
Parameters
- inputString
The string that may contain replacement parameters
Return Value
true if no replacement parameters exist in the string, false otherwise
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Utility Class
Utility Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.