Method SeparateByDot
SeparateByDot(IEnumerable<String>)
Declaration
public static string SeparateByDot(this IEnumerable<string> lines)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<String> | lines |
Returns
| Type | Description |
|---|---|
| String |
public static string SeparateByDot(this IEnumerable<string> lines)
| Type | Name | Description |
|---|---|---|
| IEnumerable<String> | lines |
| Type | Description |
|---|---|
| String |