func typeAsText(_ c: Int8) -> String?

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


{
    // your code
    print( cdbfapi.typeAsText('N') )
    // your code
}