Interface IShowable

(Describe usage of "L:300" format string.)

Implements

System.IFormattable

Implemented by

ArrayBase<T>, ArrayBase<T>.Range, ArrayList<T>, CircularQueue<T>, CollectionBase<T>, CollectionValueBase<T>, DictionaryBase<K,V>, DirectedCollectionBase<T>, DirectedCollectionValueBase<T>, GuardedCollection<T>, GuardedCollectionValue<T>, GuardedDictionary<K,V>, GuardedDirectedCollectionValue<T>, GuardedIndexedSorted<T>, GuardedList<T>, GuardedQueue<T>, GuardedSequenced<T>, GuardedSorted<T>, GuardedSortedDictionary<K,V>, HashBag<T>, HashDictionary<K,V>, HashedArrayList<T>, HashedLinkedList<T>, HashSet<T>, IntervalHeap<T>, LinkedList<T>, SequencedBase<T>, SortedArray<T>, SortedDictionaryBase<K,V>, TreeBag<T>, TreeDictionary<K,V>, TreeSet<T>, WrappedArray<T>

Super

ICollection<T>, ICollectionValue<T>, IDictionary<K,V>, IDirectedCollectionValue<T>, IExtensible<T>, IIndexed<T>, IIndexedSorted<T>, IList<T>, IPersistentSorted<T>, IPriorityQueue<T>, IQueue<T>, ISequenced<T>, ISorted<T>, ISortedDictionary<K,V>, IStack<T>

Method overview

Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider)

Method details

A bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) Format this using at most approximately rest chars and append the result, possibly truncated, to stringbuilder. Subtract the actual number of used chars from rest.
Returns:True if the appended formatted string was complete (not truncated).
Parameters:
stringbuilder:
rest:
formatProvider: