ParserParse Method (String, Type) |
Tries to parse a string into the type given
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static Object Parse(
string field,
Type type
)
Public Shared Function Parse (
field As String,
type As Type
) As Object
public:
static Object^ Parse(
String^ field,
Type^ type
)
static member Parse :
field : string *
type : Type -> Object
Parameters
- field
- Type: SystemString
The string to parse - type
- Type: SystemType
The type to parse into
Return Value
Type:
ObjectThe parsed value
See Also