Click or drag to resize
ParserParse Method (String, Type)
Tries to parse a string into the type given

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static Object Parse(
	string field,
	Type type
)

Parameters

field
Type: SystemString
The string to parse
type
Type: SystemType
The type to parse into

Return Value

Type: Object
The parsed value
See Also