ExcelWorksheetDataConvertString Method |
Converts the raw value to a value of the type passed across.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object ConvertString(
string rawValue,
Type type
)
Public Function ConvertString (
rawValue As String,
type As Type
) As Object
public:
Object^ ConvertString(
String^ rawValue,
Type^ type
)
member ConvertString :
rawValue : string *
type : Type -> Object
Parameters
- rawValue
- Type: SystemString
- type
- Type: SystemType
Return Value
Type:
ObjectSee Also