The method to parse the value from a string.
static AdifSig fromString(String str) { return AdifSig(AdifString.fromString(str)); }