Interface IStringSplitter
Namespace: TelegramModularFramework.Services.Utils
Assembly: TelegramModularFramework.dll
Syntax
public interface IStringSplitter
Methods
| Improve this Doc View SourceSplit(String)
Declaration
List<string> Split(string args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | args |
Returns
| Type | Description |
|---|---|
| List<System.String> |