How to do - MS SQL C# Excel Access
Saturday, 20 July 2019
C# - Fix Error - Literal of type double cannot be implicitly converted to type 'decimal'; use an 'M' suffix to create a literal of this type
Watch this example on YouTube
To Fix it replace
Decimal Rate = 1.0000;
with
Decimal Rate = 1.0000
M;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment