Namespace: Spire.Compression.Zip
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
string PreprocessName(
	string fullName
)
Function PreprocessName ( 
	fullName As String
) As String
String^ PreprocessName(
	String^ fullName
)
abstract PreprocessName : 
        fullName : string -> string 

Parameters

fullName
String

Return Value

String

See Also