Click or drag to resize

CSTR Methods

The CSTR type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEscape(CGXNETCore, String, Int32)
Convert/replace escape sequences in strings.
Public methodStatic memberEscape(CGXNETCore, String, Int32, Int32)
Convert/replace escape sequences in strings.
Public methodStatic memberiChar
Returns the ASCII value of a character.
Public methodStatic memberiCountTokens
Counts number of tokens.
Public methodStatic memberIFileCombineParts(CGXNETCore, String, String, String, String, String, String)
Combine file parts to build a file name.
Public methodStatic memberIFileCombineParts(CGXNETCore, String, String, String, String, String, String, Int32)
Combine file parts to build a file name.
Public methodStatic memberIFileExt(CGXNETCore, String, String, String, Int32)
Add a file extension onto a file name string.
Public methodStatic memberIFileExt(CGXNETCore, String, String, String, Int32, Int32)
Add a file extension onto a file name string.
Public methodStatic memberIFileNamePart(CGXNETCore, String, String, Int32)
Get part of a file name.
Public methodStatic memberIFileNamePart(CGXNETCore, String, String, Int32, Int32)
Get part of a file name.
Public methodStatic memberIFormatCRC(CGXNETCore, Int32, String, Int32)
Convert a GX CRC value to a string.
Public methodStatic memberIFormatCRC(CGXNETCore, Int32, String, Int32, Int32)
Convert a GX CRC value to a string.
Public methodStatic memberIFormatDate(CGXNETCore, Double, String, Int32, Int32)
Convert a GX real to a date string.
Public methodStatic memberIFormatDate(CGXNETCore, Double, String, Int32, Int32, Int32)
Convert a GX real to a date string.
Public methodStatic memberIFormatI(CGXNETCore, Int32, String, Int32)
Convert a GX int to a string.
Public methodStatic memberIFormatI(CGXNETCore, Int32, String, Int32, Int32)
Convert a GX int to a string.
Public methodStatic memberIFormatR(CGXNETCore, Double, String, Int32, Int32)
Convert a GX real to a string with significant digits.
Public methodStatic memberIFormatR(CGXNETCore, Double, String, Int32, Int32, Int32)
Convert a GX real to a string with significant digits.
Public methodStatic memberIFormatR2(CGXNETCore, Double, String, Int32, Int32)
Convert a GX real to a string with given decimals.
Public methodStatic memberIFormatR2(CGXNETCore, Double, String, Int32, Int32, Int32)
Convert a GX real to a string with given decimals.
Public methodStatic memberIFormatReal(CGXNETCore, Double, String, Int32, Int32, Int32)
Convert a GX real to a string.
Public methodStatic memberIFormatReal(CGXNETCore, Double, String, Int32, Int32, Int32, Int32)
Convert a GX real to a string.
Public methodStatic memberIFormatTime(CGXNETCore, Double, String, Int32, Int32, Int32)
Convert a GX real to a time string.
Public methodStatic memberIFormatTime(CGXNETCore, Double, String, Int32, Int32, Int32, Int32)
Convert a GX real to a time string.
Public methodStatic memberIGenGroupName(CGXNETCore, String, String, String, String)
Generate a group name string from type string, database and channel(optional) strings..
Public methodStatic memberIGenGroupName(CGXNETCore, String, String, String, String, Int32)
Generate a group name string from type string, database and channel(optional) strings..
Public methodStatic memberIGetMFile(CGXNETCore, String, String, Int32)
Get the indexed filepath from a multiple filepath string
Public methodStatic memberIGetMFile(CGXNETCore, String, String, Int32, Int32)
Get the indexed filepath from a multiple filepath string
Public methodStatic memberIGetToken(CGXNETCore, String, String, Int32)
Get a token from a tokenized string.
Public methodStatic memberIGetToken(CGXNETCore, String, Int32, String, Int32)
Get a token from a tokenized string.
Public methodStatic memberIiCharN
Returns the ASCII value of the n'th character.
Public methodStatic memberIJustify(CGXNETCore, String, String, Int32, Int32)
Justify a string
Public methodStatic memberIJustify(CGXNETCore, String, String, Int32, Int32, Int32)
Justify a string
Public methodStatic memberIRemoveQualifiers(CGXNETCore, String, String)
Remove file qualifiers from a file name
Public methodStatic memberIRemoveQualifiers(CGXNETCore, String, String, Int32)
Remove file qualifiers from a file name
Public methodStatic memberIReplaceiMatchString(CGXNETCore, String, String, String)
Replaces all occurances of match string by replacement string with case insensitive.
Public methodStatic memberIReplaceiMatchString(CGXNETCore, String, String, String, Int32)
Replaces all occurances of match string by replacement string with case insensitive.
Public methodStatic memberIReplaceMatchString(CGXNETCore, String, String, String)
Replaces all occurances of match string by replacement string with case sensitive.
Public methodStatic memberIReplaceMatchString(CGXNETCore, String, String, String, Int32)
Replaces all occurances of match string by replacement string with case sensitive.
Public methodStatic memberiScanI
Convert a string to a GX int.
Public methodStatic memberISetCharN(CGXNETCore, String, Int32, Int32)
Set the n'th character of a string using an ASCII value
Public methodStatic memberISetCharN(CGXNETCore, String, Int32, Int32, Int32)
Set the n'th character of a string using an ASCII value
Public methodStatic memberISplitString(CGXNETCore, String, String, String)
Splits a string in two on a character.
Public methodStatic memberISplitString(CGXNETCore, String, String, String, Int32)
Splits a string in two on a character.
Public methodStatic memberIStrcat(CGXNETCore, String, String)
This method contatinates a string.
Public methodStatic memberIStrcat(CGXNETCore, String, String, Int32)
This method contatinates a string.
Public methodStatic memberiStrcmp
This method compares two strings and returns these values
Public methodStatic memberIStrcpy(CGXNETCore, String, String)
This method copies a string into another string.
Public methodStatic memberIStrcpy(CGXNETCore, String, String, Int32)
This method copies a string into another string.
Public methodStatic memberiStriMask
Case insensitive comparison of two strings.
Public methodStatic memberIStrins(CGXNETCore, String, Int32, String)
This method inserts a string at a specified position.
Public methodStatic memberIStrins(CGXNETCore, String, Int32, String, Int32)
This method inserts a string at a specified position.
Public methodStatic memberiStrlen
Returns the length of a string.
Public methodStatic memberiStrMask
Case sensitive comparison of two strings.
Public methodStatic memberiStrMin
Remove spaces and tabs and return length
Public methodStatic memberiStrMin2
Length less spaces and tabs, string unchanged.
Public methodStatic memberiStrncmp
Compares two strings to a given number of characters.
Public methodStatic memberiStrStr
Scan a string for the occurrence of a given substring.
Public methodStatic memberISubstr(CGXNETCore, String, String, Int32, Int32)
Extract part of a string.
Public methodStatic memberISubstr(CGXNETCore, String, Int32, String, Int32, Int32)
Extract part of a string.
Public methodStatic memberiTokenize
Tokenize a string based on any characters.
Public methodStatic memberiTokens
Tokenize a string
Public methodStatic memberiTokens2
General tokenize a string
Public methodStatic memberIToLower(CGXNETCore, String)
Convert a string to lower case.
Public methodStatic memberIToLower(CGXNETCore, String, Int32)
Convert a string to lower case.
Public methodStatic memberIToUpper(CGXNETCore, String)
Convert a string to upper case.
Public methodStatic memberIToUpper(CGXNETCore, String, Int32)
Convert a string to upper case.
Public methodStatic memberIXYZLine(CGXNETCore, String, String)
Make a valid XYZ line name from a valid DB line name.
Public methodStatic memberIXYZLine(CGXNETCore, String, String, Int32)
Make a valid XYZ line name from a valid DB line name.
Public methodStatic memberMakeAlpha
Turns all non alpha-numeric characters into an _.
Public methodStatic memberParseList
Parse a tokenized list to get a selection list.
Public methodStatic memberPrintf(CGXNETCore, String, String)
Variable Argument PrintF function
Public methodStatic memberPrintf(CGXNETCore, String, Int32, String)
Variable Argument PrintF function
Public methodStatic memberReplaceChar
Replaces characters in a string.
Public methodStatic memberReplaceChar2
Replaces characters in a string, supports simple removal.
Public methodStatic memberReplaceMultiChar
Replaces multiple characters in a string.
Public methodStatic memberReplaceNonASCII
Replace non-ASCII characters in a string.
Public methodStatic memberrScanDate
Convert a date string to a GX real.
Public methodStatic memberrScanForm
Convert a formated string to a real.
Public methodStatic memberrScanR
Convert a string to a GX real.
Public methodStatic memberrScanTime
Convert a time string to a GX real.
Public methodStatic memberSetChar
Set a string's first character using an ASCII value of a character.
Public methodStatic memberTrimQuotes
Remove double quotes.
Public methodStatic memberTrimSpace
Remove leading and/or trailing whitespace.
Public methodStatic memberUnQuote
Remove double quotes from string
Top
See Also