| PairTParseFromString Method |
Parses pair from the given string.
Namespace:
Dynamicweb.Analytics.Utilities
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax protected virtual bool ParseFromString(
string str
)
Protected Overridable Function ParseFromString (
str As String
) As Boolean
Parameters
- str
- Type: SystemString
String to parse pair from.
Return Value
Type:
BooleanValue indicating whether parse process succeeded.
See Also