mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 16:53:10 +03:00
Merge pull request #3651 from daniloyamauti/patch-12
[csharp/pt-br] Missing translation
This commit is contained in:
commit
7045e651d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user