LocalLongFullPath.ConvertInvalidCharactersInPathName method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function ConvertInvalidCharactersInPathName ( _
fileName As String _
) As String
'Usage
Dim fileName As String
Dim returnValue As String
returnValue = LocalLongFullPath.ConvertInvalidCharactersInPathName(fileName)
public static string ConvertInvalidCharactersInPathName(
string fileName
)
Parameters
- fileName
Type: System.String
Return value
Type: System.String