pub unsafe fn get_any_field_string(
table: &Table<'_>,
field: &Field<'_>,
schema: &Schema<'_>,
) -> StringExpand description
Returns the value of any table field as a string, regardless of what type it is. Returns empty string if the field is not set.
ยงSafety
[table] must contain recursively valid offsets that match the [field].