getValFromCaption static method

String getValFromCaption(
  1. BrowseRow r,
  2. String caption
)

Implementation

static String getValFromCaption(BrowseRow r, String caption) {
  return BrowseService.getValFromCaption(r, caption)!;
}