示例#1
0
        // Get an array of the data boxes for the given box type
        public string[] GetText(ByteVector type)
        {
            StringCollection collection = GetTextCollection(type);

            return(collection.ToArray());
        }
示例#2
0
 public string[] ToStringArray()
 {
     return(text.ToArray());
 }