i'm currently doing a C# WPf application. May i know how to validate for the string value? Example "0.00" or "-1.00",etc?
Because both of them is return as a string that i retrieve from SAP, is there anyway to check?
Sorry I'm still new to C# , not really familiar with the function that have in the C#.