BaseClasses Documentation

IRecord.GetString Method 

Gets the value of a specified field as a reparseable String.

string GetString(
   BaseColumn col
);

Parameters

col
The BaseColumn containing the value.

Return Value

A string in the column's preferred, reparseable display format.

See Also

IRecord Interface | BaseClasses Namespace