hello Genius
how to get the values from "{}" as List(of string)

Code:
 
  Private _data$ = "frameshape{r90}{r-10}{aAzZ}{textlayer}"

i mean want to split this values like below
Dim getdatas As New List(Of String)

getdatas(0) = "r90"
getdatas(1) = "r-10"
'''''
can anybody help me

Thanks...........