ExtensionsDelimitedRanges Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static string DelimitedRanges(
this List<int> source,
string FieldName
)
<ExtensionAttribute>
Public Shared Function DelimitedRanges (
source As List(Of Integer),
FieldName As String
) As String
public:
[ExtensionAttribute]
static String^ DelimitedRanges(
List<int>^ source,
String^ FieldName
)
[<ExtensionAttribute>]
static member DelimitedRanges :
source : List<int> *
FieldName : string -> string
DMLibrary.Extensions.DelimitedRanges = function(source, FieldName);
Parameters
- source
- Type: System.Collections.GenericListInt32
- FieldName
- Type: SystemString
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ListInt32. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also