SPMobileUtility.GetUrlKeyValueAsInt method
Returns an integer version of the value that is associated with the specified URL key.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetUrlKeyValueAsInt ( _
context As HttpContext, _
urlKey As String _
) As Integer
'Usage
Dim context As HttpContext
Dim urlKey As String
Dim returnValue As Integer
returnValue = SPMobileUtility.GetUrlKeyValueAsInt(context, _
urlKey)
public static int GetUrlKeyValueAsInt(
HttpContext context,
string urlKey
)
Parameters
context
Type: System.Web.HttpContextAn SPContext object that represents context information for the mobile Web application.
urlKey
Type: System.StringA string that contains the URL key.
Return value
Type: System.Int32
A string that contains the key value.