Search Results

Type: Posts; User: johnsonjeven

Search took 0.01 seconds; generated 50 minute(s) ago.
  1. try use c# TryParse method...


    public static bool TryParse(
    string s,
    out DateTime result
    )

    This method is similar to the DateTime.Parse(String) method, except that the...
  2. Check this one...Excel to Datagridview

    Johnson
  3. Double d = 100.123456;
    Double dc = Math.Round((Double)d, 2);

    More about.....formatting

    Johnson
Results 1 to 3 of 3