Merge pull request #3651 from daniloyamauti/patch-12

[csharp/pt-br] Missing translation
This commit is contained in:
Divay Prakash 2019-11-24 12:07:32 +05:30 committed by GitHub
commit 7045e651d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,10 +311,10 @@ on a new line! ""Wow!"", the masses cried";
// Converting Data Types And Typecasting
///////////////////////////////////////
// Converting data
// Convertendo dados
// Convert String To Integer
// this will throw a FormatException on failure
// Converter String para Integer
// isso lançará uma exceção "FormatException"
int.Parse("123");//returns an integer version of "123"
// try parse will default to type default on failure