Showing string text in two diffrent color
i have a string say
string str="this is test string";
what i want is that when i show the str as label text than half of string color should be in red and rest half in blue.
str text is dynamic
how can i do this