mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 09:44:24 +02:00
Merge pull request #3525 from kfrncs/patch-1
typo fix in csharp.html.markdown
This commit is contained in:
@@ -344,7 +344,7 @@ on a new line! ""Wow!"", the masses cried";
|
|||||||
tryInt.ToString();
|
tryInt.ToString();
|
||||||
|
|
||||||
// Casting
|
// Casting
|
||||||
// Cast decimal 15 to a int
|
// Cast decimal 15 to an int
|
||||||
// and then implicitly cast to long
|
// and then implicitly cast to long
|
||||||
long x = (int) 15M;
|
long x = (int) 15M;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user