 | FieldTParse Method |
Parse a string into an element.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic virtual T Parse(
string s
)
Parameters
- s
- Type: SystemString
The string to parse.
Return Value
Type:
TAn element parsed from
s.
See Also