Adds the split values from delimitedValues to the collection.
The string is split using the Delimiter property.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public int AddDelimited( string delimitedValues ) |
Visual Basic |
---|
Public Function AddDelimited ( delimitedValues As String ) As Integer |
Parameters
- delimitedValues
- Type: System..::..String
The delimited values.
Return Value
Type: Int32The number of values added.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Thrown when delimitedValues is null. |