Toufika.com
Saturday, April 1, 2023
Excel Float Short Form value fixed
=TEXT(C2,"00%")
Now upload excel file to sql server. then remove last 3 characters. Use: =TEXT(C2,"00%")
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Screen Record
Windows Screen Record WindowsKey+ Alt + R Recording Starts.
Json Web Tokens jwt.io
https://jwt.io/ J SON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
(no title)
Clean Code 𝗖𝗹𝗲𝗮𝗻 𝗖𝗼𝗱𝗲 𝗧𝗶𝗽s - 𝗢𝘃𝗲𝗿𝗰𝗼𝗺𝗶𝗻𝗴 𝗕𝗼𝗼𝗹𝗲𝗮𝗻 𝗕𝗹𝗶𝗻𝗱𝗻𝗲𝘀𝘀
public void ProcessOrder(int orderId, bool applyDiscount) { if(applyDiscount) { //Apply Discount to the order }...
No comments:
Post a Comment