コード例 #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());
 }