Metodo UtilityRemoveInvalidFilePathCharacters
|
Ritorna un nomefile corretto sostituendo i caratteri non validi con il carattere passato.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static string RemoveInvalidFilePathCharacters(
string filename,
string replaceChar
)
Public Shared Function RemoveInvalidFilePathCharacters (
filename As String,
replaceChar As String
) As String
public:
static String^ RemoveInvalidFilePathCharacters(
String^ filename,
String^ replaceChar
)
static member RemoveInvalidFilePathCharacters :
filename : string *
replaceChar : string -> string
Parametri
- filename
- Tipo: SystemString
- replaceChar
- Tipo: SystemString
Valore di ritorno
Tipo:
StringVedi anche