Click or drag to resize

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)
Syntax
C#
public virtual T Parse(
	string s
)

Parameters

s
Type: SystemString
The string to parse.

Return Value

Type: T
An element parsed from s.
See Also