Created
July 22, 2020 00:27
-
-
Save vanderlei-dev/874cc2947a39538ac78470b69b3f7cfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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