How to Split the String to Array/List?

How to Split the String to Array/List?

Hi....

I have an string like "ABCDEF"...But I want to convert it into list/array like "[A,B,C,D,E,F]"......

Can any one help me?