INTERNAL

Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static string RemoveReservedChars(
	string rawName,
	string reservedChars
)
Visual Basic
Public Shared Function RemoveReservedChars ( _
	rawName As String, _
	reservedChars As String _
) As String
Visual C++
public:
static String^ RemoveReservedChars(
	String^ rawName, 
	String^ reservedChars
)

Parameters

rawName
Type: System..::..String
INTERNAL
reservedChars
Type: System..::..String
INTERNAL

Return Value

INTERNAL

See Also