ResultTable.GetChar method
NOTE: This API is now obsolete.
Returns the character value of the specified column.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function GetChar ( _
i As Integer _
) As Char
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Char
returnValue = instance.GetChar(i)
[ObsoleteAttribute("This class is obsolete.")]
public char GetChar(
int i
)
Parameters
i
Type: System.Int32The index of the specified column.
Return value
Type: System.Char
The character value of the specified column.