mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
[csharp/pt-br] Missing translation
This commit is contained in:
parent
dff76c7965
commit
35472772e3
@ -311,10 +311,10 @@ on a new line! ""Wow!"", the masses cried";
|
|||||||
// Converting Data Types And Typecasting
|
// Converting Data Types And Typecasting
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
|
|
||||||
// Converting data
|
// Convertendo dados
|
||||||
|
|
||||||
// Convert String To Integer
|
// Converter String para Integer
|
||||||
// this will throw a FormatException on failure
|
// isso lançará uma exceção "FormatException"
|
||||||
int.Parse("123");//returns an integer version of "123"
|
int.Parse("123");//returns an integer version of "123"
|
||||||
|
|
||||||
// try parse will default to type default on failure
|
// try parse will default to type default on failure
|
||||||
|
Loading…
Reference in New Issue
Block a user