splitPropertyValueList

splits string like "Arial", Times New Roman, Courier; into list, stops on ; and } returns true if at least one item added to list; moves str to new position

bool
splitPropertyValueList
(
ref string str
,
ref string[] list
)

Meta