Thursday, April 22, 2004 - Posts

I graduated or something like it

Yeah men you won't beleef it but i got my diploma today it's MBO ICT niv. 3 not really that great but still it's my first diploma and i was the best of my class here are my marks (10 is highest and 1 is lowest and it's in dutch sorry):

Zakelijke Communicatie MVT 3 -Keuzetaal 1 Engels        7
Zakelijke Communicatie 3                                                 7
Bedrijfsorientatie 3                                                            7
ICT-Gebruik 3                                                                 8
Installatie Hardware 3                                                       7
Datacommunicatie 3                                                         6
Onderhoud en Beheer Informatiesystemen 3                     6
Onderhoud en Beheer Netwerken 3                                 8
Helpdesk 3                                                                      V (voldoende)
Orientatie op de Informatie-analyse 3                               7
Werkveldorientatie 3                                                        8
Installatie Software 3                                                        7

Ok I agree it aint perfect but it is still great and i have one W00T :D :D

IsNumeric in C#

Hey just survived the hell called school and bad organisation but now i'm gone start blogging again.

When i was reading thro one of the blogs i found a reverence to a function called Isnumeric but it's only there for VB.NET so i had to find/make me one. Here is a solution to the problem:

public static bool IsNumeric(object value)
{
        try 
       

                int i = Convert.ToDouble(value.ToString());
                return true
        
        catch (FormatException) 
       
                return false;
        }
}

I know it's not what the vb version is doing but hey it works :D

Good luck all Weeee i have a post witch has 1100 web views