 | CSTRIFileNamePart Method (CGXNETCore, String, String, Int32, Int32) |
Get part of a file name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IFileNamePart(
CGXNETCore gxNetShared,
string file,
ref string file_part,
int length,
int part
)
public static void IFileNamePart(
CGXNETCore gxNetShared,
string file,
ref string file_part,
int length,
int part
)
Public Shared Sub IFileNamePart (
gxNetShared As CGXNETCore,
file As String,
ByRef file_part As String,
length As Integer,
part As Integer
)
Public Shared Sub IFileNamePart (
gxNetShared As CGXNETCore,
file As String,
ByRef file_part As String,
length As Integer,
part As Integer
)
public:
static void IFileNamePart(
CGXNETCore^ gxNetShared,
String^ file,
String^% file_part,
int length,
int part
)
public:
static void IFileNamePart(
CGXNETCore^ gxNetShared,
String^ file,
String^% file_part,
int length,
int part
)
static member IFileNamePart :
gxNetShared : CGXNETCore *
file : string *
file_part : string byref *
length : int *
part : int -> unit
static member IFileNamePart :
gxNetShared : CGXNETCore *
file : string *
file_part : string byref *
length : int *
part : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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