SharpSchedule

FieldConverter.GetString Method 

Safely gets the date object and casts it to a String value. If the String is null then a

String.Empty
value is returned.

[Visual Basic]
Public Shared Function GetString( _
   ByVal reader As IDataReader, _
   ByVal columnName As String _
) As String
[C#]
public static string GetString(
   IDataReader reader,
   string columnName
);

Parameters

reader
Data reader that is set at the row you wish to read.
columnName
The name value of the column that you want to fetch.

Return Value

Missing <returns> documentation for M:Ozanam.Schedule.Store.Database.Util.FieldConverter.GetString(System.Data.IDataReader,System.String)

See Also

FieldConverter Class | Ozanam.Schedule.Store.Database.Util Namespace