Skip to content

Instantly share code, notes, and snippets.

@vanderlei-dev
Created July 22, 2020 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanderlei-dev/874cc2947a39538ac78470b69b3f7cfb to your computer and use it in GitHub Desktop.
Save vanderlei-dev/874cc2947a39538ac78470b69b3f7cfb to your computer and use it in GitHub Desktop.
public string FormatarCpf(string cpf)
{
return Convert.ToUInt64(cpf).ToString(@"000\.000\.000\-00");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment