string fieldtypeAsText(char c);

Static function typeAsText() returns a name of field type.
You can use it together with fieldType().


{
    // your code
    Console.WriteLine( CDBFapi.fieldtypeAsText('M') );
    // your code
}