Click or drag to resize

StringCollectionExtensions Class

Contains extension methods for various string collection classes.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelStringCollectionExtensions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static class StringCollectionExtensions
Methods
  NameDescription
Public methodStatic memberFormatDelimitedDisplayValue(StringList, Int32)
Extends the class with a method for building a delimited string with the values. If the delimited string exceeds a specified maximum then the string is clipped and punctuated and the no. of items is appended.
Public methodStatic memberFormatDelimitedDisplayValue(ListString, Int32)
Extends the class with a method for building a delimited string with the values. If the delimited string exceeds a specified maximum then the string is clipped and punctuated and the no. of items is appended.
Top
See Also