stringFor method

String stringFor(
  1. AFConfigurationItem entry
)

Casts the value for entry to a string and returns it.

Implementation

String stringFor(AFConfigurationItem entry) {
  return valueFor(entry);
}