Click or drag to resize

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
Syntax
public static void IRemoveQualifiers(
	string ifile,
	ref string ofile,
	int size
)

public static void IRemoveQualifiers(
	string ifile,
	ref string ofile,
	int size
)

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