ResultTable.GetChar Method
Returns the character value of the specified column.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
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)
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.