checks if the passed in string contains a "?" and if so returns the & as the insertion char
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
protected char InsertionParameter( string basePath ) |
| Visual Basic (Declaration) |
|---|
Protected Function InsertionParameter ( _ basePath As String _ ) As Char |
| Visual C++ |
|---|
protected: wchar_t InsertionParameter( String^ basePath ) |
Parameters
- basePath
- Type: System..::.String