Whether or not we can handle the request string

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Function CanHandle( _ 
ByVal request_string As String
) As Boolean
This language is not supported or no code example is available.
bool CanHandle( 
string request_string 
)
This language is not supported or no code example is available.
 
bool CanHandle( 
String^ request_string 
)
This language is not supported or no code example is available.
function CanHandle( 
request_string : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

request_string
Type: string

<default>

Return Value

Type: bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1