CSTR Class |
Namespace: GeoEngine.Core.GXNetX
The CSTR type exposes the following members.
| Name | Description | |
|---|---|---|
| Escape(CGXNETCore, String, Int32) | Convert/replace escape sequences in strings. | |
| Escape(CGXNETCore, String, Int32, Int32) | Convert/replace escape sequences in strings. | |
| iChar | Returns the ASCII value of a character. | |
| iCountTokens | Counts number of tokens. | |
| IFileCombineParts(CGXNETCore, String, String, String, String, String, String) | Combine file parts to build a file name. | |
| IFileCombineParts(CGXNETCore, String, String, String, String, String, String, Int32) | Combine file parts to build a file name. | |
| IFileExt(CGXNETCore, String, String, String, Int32) | Add a file extension onto a file name string. | |
| IFileExt(CGXNETCore, String, String, String, Int32, Int32) | Add a file extension onto a file name string. | |
| IFileNamePart(CGXNETCore, String, String, Int32) | Get part of a file name. | |
| IFileNamePart(CGXNETCore, String, String, Int32, Int32) | Get part of a file name. | |
| IFormatCRC(CGXNETCore, Int32, String, Int32) | Convert a GX CRC value to a string. | |
| IFormatCRC(CGXNETCore, Int32, String, Int32, Int32) | Convert a GX CRC value to a string. | |
| IFormatDate(CGXNETCore, Double, String, Int32, Int32) | Convert a GX real to a date string. | |
| IFormatDate(CGXNETCore, Double, String, Int32, Int32, Int32) | Convert a GX real to a date string. | |
| IFormatI(CGXNETCore, Int32, String, Int32) | Convert a GX int to a string. | |
| IFormatI(CGXNETCore, Int32, String, Int32, Int32) | Convert a GX int to a string. | |
| IFormatR(CGXNETCore, Double, String, Int32, Int32) | Convert a GX real to a string with significant digits. | |
| IFormatR(CGXNETCore, Double, String, Int32, Int32, Int32) | Convert a GX real to a string with significant digits. | |
| IFormatR2(CGXNETCore, Double, String, Int32, Int32) | Convert a GX real to a string with given decimals. | |
| IFormatR2(CGXNETCore, Double, String, Int32, Int32, Int32) | Convert a GX real to a string with given decimals. | |
| IFormatReal(CGXNETCore, Double, String, Int32, Int32, Int32) | Convert a GX real to a string. | |
| IFormatReal(CGXNETCore, Double, String, Int32, Int32, Int32, Int32) | Convert a GX real to a string. | |
| IFormatTime(CGXNETCore, Double, String, Int32, Int32, Int32) | Convert a GX real to a time string. | |
| IFormatTime(CGXNETCore, Double, String, Int32, Int32, Int32, Int32) | Convert a GX real to a time string. | |
| IGenGroupName(CGXNETCore, String, String, String, String) |
Generate a group name string
from type string, database and channel(optional) strings..
| |
| IGenGroupName(CGXNETCore, String, String, String, String, Int32) |
Generate a group name string
from type string, database and channel(optional) strings..
| |
| IGetMFile(CGXNETCore, String, String, Int32) | Get the indexed filepath from a multiple filepath string | |
| IGetMFile(CGXNETCore, String, String, Int32, Int32) | Get the indexed filepath from a multiple filepath string | |
| IGetToken(CGXNETCore, String, String, Int32) | Get a token from a tokenized string. | |
| IGetToken(CGXNETCore, String, Int32, String, Int32) | Get a token from a tokenized string. | |
| IiCharN | Returns the ASCII value of the n'th character. | |
| IJustify(CGXNETCore, String, String, Int32, Int32) | Justify a string | |
| IJustify(CGXNETCore, String, String, Int32, Int32, Int32) | Justify a string | |
| IRemoveQualifiers(CGXNETCore, String, String) | Remove file qualifiers from a file name | |
| IRemoveQualifiers(CGXNETCore, String, String, Int32) | Remove file qualifiers from a file name | |
| IReplaceiMatchString(CGXNETCore, String, String, String) | Replaces all occurances of match string by replacement string with case insensitive. | |
| IReplaceiMatchString(CGXNETCore, String, String, String, Int32) | Replaces all occurances of match string by replacement string with case insensitive. | |
| IReplaceMatchString(CGXNETCore, String, String, String) | Replaces all occurances of match string by replacement string with case sensitive. | |
| IReplaceMatchString(CGXNETCore, String, String, String, Int32) | Replaces all occurances of match string by replacement string with case sensitive. | |
| iScanI | Convert a string to a GX int. | |
| ISetCharN(CGXNETCore, String, Int32, Int32) | Set the n'th character of a string using an ASCII value | |
| ISetCharN(CGXNETCore, String, Int32, Int32, Int32) | Set the n'th character of a string using an ASCII value | |
| ISplitString(CGXNETCore, String, String, String) | Splits a string in two on a character. | |
| ISplitString(CGXNETCore, String, String, String, Int32) | Splits a string in two on a character. | |
| IStrcat(CGXNETCore, String, String) | This method contatinates a string. | |
| IStrcat(CGXNETCore, String, String, Int32) | This method contatinates a string. | |
| iStrcmp | This method compares two strings and returns these values | |
| IStrcpy(CGXNETCore, String, String) | This method copies a string into another string. | |
| IStrcpy(CGXNETCore, String, String, Int32) | This method copies a string into another string. | |
| iStriMask | Case insensitive comparison of two strings. | |
| IStrins(CGXNETCore, String, Int32, String) | This method inserts a string at a specified position. | |
| IStrins(CGXNETCore, String, Int32, String, Int32) | This method inserts a string at a specified position. | |
| iStrlen | Returns the length of a string. | |
| iStrMask | Case sensitive comparison of two strings. | |
| iStrMin | Remove spaces and tabs and return length | |
| iStrMin2 | Length less spaces and tabs, string unchanged. | |
| iStrncmp | Compares two strings to a given number of characters. | |
| iStrStr | Scan a string for the occurrence of a given substring. | |
| ISubstr(CGXNETCore, String, String, Int32, Int32) | Extract part of a string. | |
| ISubstr(CGXNETCore, String, Int32, String, Int32, Int32) | Extract part of a string. | |
| iTokenize | Tokenize a string based on any characters. | |
| iTokens | Tokenize a string | |
| iTokens2 | General tokenize a string | |
| IToLower(CGXNETCore, String) | Convert a string to lower case. | |
| IToLower(CGXNETCore, String, Int32) | Convert a string to lower case. | |
| IToUpper(CGXNETCore, String) | Convert a string to upper case. | |
| IToUpper(CGXNETCore, String, Int32) | Convert a string to upper case. | |
| IXYZLine(CGXNETCore, String, String) | Make a valid XYZ line name from a valid DB line name. | |
| IXYZLine(CGXNETCore, String, String, Int32) | Make a valid XYZ line name from a valid DB line name. | |
| MakeAlpha | Turns all non alpha-numeric characters into an _. | |
| ParseList | Parse a tokenized list to get a selection list. | |
| Printf(CGXNETCore, String, String) | Variable Argument PrintF function | |
| Printf(CGXNETCore, String, Int32, String) | Variable Argument PrintF function | |
| ReplaceChar | Replaces characters in a string. | |
| ReplaceChar2 | Replaces characters in a string, supports simple removal. | |
| ReplaceMultiChar | Replaces multiple characters in a string. | |
| ReplaceNonASCII | Replace non-ASCII characters in a string. | |
| rScanDate | Convert a date string to a GX real. | |
| rScanForm | Convert a formated string to a real. | |
| rScanR | Convert a string to a GX real. | |
| rScanTime | Convert a time string to a GX real. | |
| SetChar | Set a string's first character using an ASCII value of a character. | |
| Substr(CGXNETCore, String, String, Int32) | Extract part of a string. | |
| Substr(CGXNETCore, String, String, Int32, Int32) | Obsolete. Extract part of a string. | |
| TrimQuotes | Remove double quotes. | |
| TrimSpace | Remove leading and/or trailing whitespace. | |
| UnQuote | Remove double quotes from string |