Click or drag to resize
ExcelWorksheetDataConvertString Method
Converts the raw value to a value of the type passed across.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object ConvertString(
	string rawValue,
	Type type
)

Parameters

rawValue
Type: SystemString
type
Type: SystemType

Return Value

Type: Object
See Also