Click or drag to resize

CSTRIFileNamePart Method (String, String, Int32, Int32)

Get part of 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 IFileNamePart(
	string file,
	ref string file_part,
	int length,
	int part
)

public static void IFileNamePart(
	string file,
	ref string file_part,
	int length,
	int part
)

Parameters

file
Type: SystemString
File name
file_part
Type: SystemString
Destination string, can be same as input
length
Type: SystemInt32
String length
part
Type: SystemInt32
<define>STR_FILE_PART</define>
See Also