| HelperSplitAndGetString Method  | 
KotakNet DotNet Library
 
  
    Namespace: 
   KotakNet.Bridge
    Assembly:
   KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
 Syntax
Syntaxpublic string SplitAndGetString(
	string input,
	string seperator,
	int index,
	bool isRemoveEmpty = false
)
Public Function SplitAndGetString ( 
	input As String,
	seperator As String,
	index As Integer,
	Optional isRemoveEmpty As Boolean = false
) As String
Parameters
- input
- Type: SystemString
 
- seperator
- Type: SystemString
 
- index
- Type: SystemInt32
 
- isRemoveEmpty (Optional)
- Type: SystemBoolean
 
Return Value
Type: 
String See Also
See Also