Gets the value of the specified column as a single character.
'Declaration
Public Overloads Function GetChar( _
ByVal As String _
) As Char
public char GetChar(
string
)
Parameters
- name
- The name of the column.
Return Value
The value of the specified column.