sortStringType.setSortString(VCardUtils.unescapeString(value));
vcard.setSortString(sortStringType);
}
catch(Exception ex) {
throw new VCardParseException("SortStringType ("+VCardTypeName.SORT_STRING.getType()+") ["+ex.getClass().getName()+"] "+ex.getMessage(), ex);
}
}