 | CSTRIRemoveQualifiers Method (String, String, Int32) |
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,
int size
)
public static void IRemoveQualifiers(
string ifile,
ref string ofile,
int size
)
Public Shared Sub IRemoveQualifiers (
ifile As String,
ByRef ofile As String,
size As Integer
)
Public Shared Sub IRemoveQualifiers (
ifile As String,
ByRef ofile As String,
size As Integer
)
public:
static void IRemoveQualifiers(
String^ ifile,
String^% ofile,
int size
)
public:
static void IRemoveQualifiers(
String^ ifile,
String^% ofile,
int size
)
static member IRemoveQualifiers :
ifile : string *
ofile : string byref *
size : int -> unit
static member IRemoveQualifiers :
ifile : string *
ofile : string byref *
size : int -> unit
Parameters
- ifile
- Type: SystemString
Input file name - ofile
- Type: SystemString
Output file name (can be same as input) - size
- Type: SystemInt32
Length of buffer
See Also