GetChar Method (C1ServiceNowDataReader)
Gets the value of the specified column as a single character.
'Declaration
Public Overridable Function GetChar( _
ByVal As Integer _
) As Char
public virtual char GetChar(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.