示例#1
0
        public static EcmaValue FormatToParts([This] EcmaValue thisValue, EcmaValue list)
        {
            ListFormat formatter = thisValue.GetUnderlyingObject <ListFormat>();

            return(formatter.Format(list).ToPartArray());
        }