Click or drag to resize
VDataSectionGetStringValue Method
Returns a string representation of a property

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string GetStringValue(
	string sLabel,
	ValueMatchType vMatchType = ValueMatchType.LabelOnly,
	string sAttributeStringMatch = null
)

Parameters

sLabel
Type: SystemString
Label name as string
vMatchType (Optional)
Type: ARPDev.DAVLIBValueMatchType
Determines whether to match just the label name or to also consider the attributes passed
sAttributeStringMatch (Optional)
Type: SystemString
Attribute string to match. Match is acheived by a case-insensative string search

Return Value

Type: String
string representation of a property
Remarks
Returns a string representation of a property
See Also