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
)
Public Shared Function FromString (
value As String
) As GenericHttpResponse
public:
static GenericHttpResponse^ FromString(
String^ value
)
static member FromString :
value : string -> GenericHttpResponse
Parameters
- value
- Type: SystemString
The value.
Return Value
Type:
GenericHttpResponseAn
GenericHttpResponse object parsed from a string.
Exceptions Exception | Condition |
---|
Exception | There is an error when deserializing the value at line: {lineNumber} |
See Also