PageInfo.GetValueIgnoreCase Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetValueIgnoreCase ( _
strKey As String, _
fIsCurrentCultureTurkish As Boolean _
) As String
'Usage
Dim strKey As String
Dim fIsCurrentCultureTurkish As Boolean
Dim returnValue As String
returnValue = PageInfo.GetValueIgnoreCase(strKey, _
fIsCurrentCultureTurkish)
public static string GetValueIgnoreCase(
string strKey,
bool fIsCurrentCultureTurkish
)
Parameters
- strKey
Type: System.String
- fIsCurrentCultureTurkish
Type: System.Boolean
Return Value
Type: System.String