←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly