hi all,
i have string like
value = "1222502-00000023-001-001";
is there any function in Visual Studio to separate string in below format ??
a = 00000023;
b = 001;
c = 001;
i have required this function for SSRS report
please give me more shed on this,