Checks to see if search string equals inputstring. Returns trueString if it is. Case insensitive.
Namespace:
HS.Sys.TheEnterprise.Common.LaserbearAssembly: Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public static string ParseStringEquals( string inputString, string searchString, string trueString ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ParseStringEquals ( _ inputString As String, _ searchString As String, _ trueString As String _ ) As String |
| Visual C++ |
|---|
public: static String^ ParseStringEquals( String^ inputString, String^ searchString, String^ trueString ) |
Parameters
- inputString
- Type: System..::.String
String to compare
- searchString
- Type: System..::.String
String to compare
- trueString
- Type: System..::.String
String to return if searchString is equals to inputString