Opc.Ua.Core
GetFilePathDisplayName Method



Opc.Ua Namespace > Utils Class : GetFilePathDisplayName Method
Truncates a file path so it can be displayed in a limited width view.
Syntax
'Declaration
 
Public Shared Function GetFilePathDisplayName( _
   ByVal filePath As String, _
   ByVal maxLength As Integer _
) As String
'Usage
 
Dim filePath As String
Dim maxLength As Integer
Dim value As String
 
value = Utils.GetFilePathDisplayName(filePath, maxLength)
public static string GetFilePathDisplayName( 
   string filePath,
   int maxLength
)
public:
static String^ GetFilePathDisplayName( 
   String^ filePath,
   int maxLength
) 

Parameters

filePath
maxLength
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members