Click or drag to resize
VDataUtilityEscapeDelimitedValue Method
Escapes an item for inclusion in a delimited list

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string EscapeDelimitedValue(
	string sPropertyValue,
	string sDelimiter = ";",
	string EscapedDelimiter = "\;"
)

Parameters

sPropertyValue
Type: SystemString
sDelimiter (Optional)
Type: SystemString
EscapedDelimiter (Optional)
Type: SystemString

Return Value

Type: String
Remarks