| PairTParse Method |
Parses pair from the given string.
Namespace:
Dynamicweb.Analytics.Utilities
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static Pair<T> Parse(
string str
)
Public Shared Function Parse (
str As String
) As Pair(Of T)
Parameters
- str
- Type: SystemString
String to parse pair from.
Return Value
Type:
PairTParsed pair.
See Also