LoadXml Method

Summary

Loads xml from the file.

Syntax
C#
VB
C++
public static string LoadXml( 
   string file 
) 
  
Public Shared Function LoadXml( _ 
   ByVal file As String _ 
) As String 
public: 
static String^ LoadXml(  
   String^ file 
)  

Parameters

file
The file to load xml from.

Return Value

The xml string loaded from the file.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly