Click or drag to resize

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
public string SplitAndGetString(
	string input,
	string seperator,
	int index,
	bool isRemoveEmpty = false
)

Parameters

input
Type: SystemString
seperator
Type: SystemString
index
Type: SystemInt32
isRemoveEmpty (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also