- inputValue
- The String value to be formatted.
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Function FormatStringForWildCard( _ ByVal inputValue As String _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected virtual string FormatStringForWildCard( string inputValue ) | |
| C++/CLI | |
|---|---|
protected: virtual String^ FormatStringForWildCard( String^ inputValue ) | |
Parameters
- inputValue
- The String value to be formatted.
Return Value
A String representing the formatted value.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code