parse static method

String parse(
  1. String value
)

Implementation

static String parse(final String value) => CPFValidator.format(value);