SPUsageProvider.TryParse<T> delegate
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Delegate Function TryParse(Of T) ( _
col As String, _
<OutAttribute> ByRef t As T _
) As Boolean
'Usage
Dim instance As New TryParse(Of T)(AddressOf HandlerMethod)
protected delegate bool TryParse<T>(
string col,
out T t
)
Type parameters
- T
Parameters
- col
Type: System.String
- t
Type: T
Return value
Type: System.Boolean