VDataSectionGetStringValue Method |
Returns a string representation of a property
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string GetStringValue(
string sLabel,
ValueMatchType vMatchType = ValueMatchType.LabelOnly,
string sAttributeStringMatch = null
)
Public Function GetStringValue (
sLabel As String,
Optional vMatchType As ValueMatchType = ValueMatchType.LabelOnly,
Optional sAttributeStringMatch As String = Nothing
) As String
public:
String^ GetStringValue(
String^ sLabel,
ValueMatchType vMatchType = ValueMatchType::LabelOnly,
String^ sAttributeStringMatch = nullptr
)
member GetStringValue :
sLabel : string *
?vMatchType : ValueMatchType *
?sAttributeStringMatch : string
(* Defaults:
let _vMatchType = defaultArg vMatchType ValueMatchType.LabelOnly
let _sAttributeStringMatch = defaultArg sAttributeStringMatch null
*)
-> string
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:
Stringstring representation of a property
RemarksReturns a string representation of a property
See Also