EasyUA Reference
GetFilePathDisplayName Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : GetFilePathDisplayName Method

filePath
maxLength

Glossary Item Box

Truncates a file path so it can be displayed in a limited width view.

Syntax

Visual Basic (Usage)Copy Code
Dim filePath As String
Dim maxLength As Integer
Dim value As String
 
value = Utils.GetFilePathDisplayName(filePath, maxLength)
C# 
public static string GetFilePathDisplayName( 
   string filePath,
   int maxLength
)

Parameters

filePath
maxLength

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.