Click or drag to resize
VDataUtilityEscapedSplit Method
Similar to split function, except it considers escape sequence

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> EscapedSplit(
	string sPropertyValue,
	string sToken,
	string sEscapeToken = "\"
)

Parameters

sPropertyValue
Type: SystemString
sToken
Type: SystemString
sEscapeToken (Optional)
Type: SystemString

Return Value

Type: ListString
Remarks