Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AddLabelOverride( _ ByVal Key As String, _ ByVal Value As String, _ ByVal IgnoreCase As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- Key
- The string to look for.
- Value
- The string to replace the key with.
- IgnoreCase
- A Boolean value indicating whether to ignore case for strings or convert the string to a number for comparison with the key so '0' will match '0.0'