Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal key As String, _ ByVal val As String, _ ByVal ignoreCase As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- key
- String to override.
- val
- String to override the key with.
- ignoreCase
- Specifies whether the key is case sensitive.