Class StringSplitter
Inheritance
System.Object
StringSplitter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TelegramModularFramework.Services.Utils
Assembly: TelegramModularFramework.dll
Syntax
public class StringSplitter : IStringSplitter
Methods
| Improve this Doc View SourceSplit(String)
Declaration
public List<string> Split(string args)
Parameters
Type | Name | Description |
---|---|---|
System.String | args |
Returns
Type | Description |
---|---|
List<System.String> |