←Select platform

OpenFromString Method

Summary

Opens the advanced configuration from the settings stored in a string.

Syntax
C#
VB
C++
public static AdvancedSettings OpenFromString( 
   string serviceSettingsString 
) 
Public Shared Function OpenFromString( 
   ByVal serviceSettingsString As String 
) As AdvancedSettings 
public:  
   static AdvancedSettings^ OpenFromString( 
      String^ serviceSettingsString 
   ) 

Parameters

serviceSettingsString

A string containing the advanced configuration.

Return Value

An AdvancedSettings object that allows the caller to have access to advanced configuration options.

Remarks

If the contents of serviceSettingsString is empty or invalid, this method creates and returns a valid AdvancedSettings object.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.