parse static method

String parse(
  1. String value
)

Implementation

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