| TestUtilDeserializeService Method (String) |
Creates a
Service from the specified
xml.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntaxpublic static Service DeserializeService(
string xml
)
Public Shared Function DeserializeService (
xml As String
) As Service
public:
static Service^ DeserializeService(
String^ xml
)
static member DeserializeService :
xml : string -> Service
Parameters
- xml
- Type: SystemString
A String containing a service schema in XML format.
Return Value
Type:
Service
Returns a test
Service that is configured for the
specified XML encoded schema.
See Also