fromString static method

AdifSrx fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifSrx fromString(String str) {
  return AdifSrx(AdifInteger.fromString(str));
}