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

input

Glossary Item Box

Replaces a prefix enclosed in '%' with a special folder or environment variable path (e.g. ProgramFiles\MyCompany).

Syntax

Visual Basic (Usage)Copy Code
Dim input As String
Dim value As String
 
value = Utils.ReplaceSpecialFolderNames(input)
C# 
public static string ReplaceSpecialFolderNames( 
   string input
)

Parameters

input

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.