 | CSTRIRemoveQualifiers Method (String, String) |
Remove file qualifiers from a file name
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IRemoveQualifiers(
string ifile,
ref string ofile
)
public static void IRemoveQualifiers(
string ifile,
ref string ofile
)
Public Shared Sub IRemoveQualifiers (
ifile As String,
ByRef ofile As String
)
Public Shared Sub IRemoveQualifiers (
ifile As String,
ByRef ofile As String
)
public:
static void IRemoveQualifiers(
String^ ifile,
String^% ofile
)
public:
static void IRemoveQualifiers(
String^ ifile,
String^% ofile
)
static member IRemoveQualifiers :
ifile : string *
ofile : string byref -> unit
static member IRemoveQualifiers :
ifile : string *
ofile : string byref -> unit
Parameters
- ifile
- Type: SystemString
Input file name - ofile
- Type: SystemString
Output file name (can be same as input)
See Also