Click or drag to resize

GenericHttpResponseFromString Method

Froms the string.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static GenericHttpResponse FromString(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: GenericHttpResponse
An GenericHttpResponse object parsed from a string.
Exceptions
ExceptionCondition
ExceptionThere is an error when deserializing the value at line: {lineNumber}
See Also