|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Append (longchar) |
/* Adds the input string to the end of the current string.
No validation (for unknowns in particular) is done on either
string value.
@param longchar A value to append */ |
|||||
|
Append (String) |
/* Adds the input string to the end of the current string.
No validation (for unknowns in particular) is done on either
string value.
@param OpenEdge.Core.String A value to append */ |
|||||
|
OpenEdge.Core.String Empty () |
|
|||||
|
LOGICAL Equals (Object) |
|
|||||
|
LOGICAL IsNullOrEmpty () |
|
|||||
|
LOGICAL IsNullOrEmpty (longchar) |
/* Indicates whether a string is null or empty: empty having no
non-whitespace characters
@param longchar The value being checked
@return logical TRUE if the string is null or empty */ |
|||||
|
LOGICAL IsQuoted (longchar) |
/* Indicates whether the string is quoted with either double (") or single (') quotes.
The first AND last characters must be the same and must either the quote character
@param longchar A string to check
@return logical TRUE if the string is non-null and has matching leading and trailing quotes. */ |
|||||
|
LOGICAL IsQuoted (longchar, character) |
/* Indicates whether the string is quoted with the quote character ,
The first AND last characters must be the same and be the quote character
@param longchar A string to check
@param character The quote character
@return logical TRUE if the string is non-null and has matching leading and trailing quotes. */ |
|||||
|
OpenEdge.Core.String Join (Array, character) |
/* Join: OE.Core.String */ |
|||||
|
LONGCHAR Join (character[], character) |
/* Join: ABL primitive */ |
|||||
|
OpenEdge.Core.String Join (String[], character) |
|
|||||
|
Prepend (longchar) |
/* Adds the input string to the beginning of the current string.
No validation (for unknowns in particular) is done on either
string value.
@param longchar A value to prepend */ |
|||||
|
Prepend (String) |
/* Adds the input string to the beginning of the current string.
No validation (for unknowns in particular) is done on either
string value.
@param OpenEdge.Core.String A value to prepend */ |
|||||
|
OpenEdge.Core.Collections.Array Split () |
|
|||||
|
OpenEdge.Core.Collections.Array Split (character) |
/* Splits: OE.Core.String */ |
|||||
|
CHARACTER Split (longchar) |
/* Splits: ABL primitives */ |
|||||
|
CHARACTER Split (longchar, character) |
|
|||||
|
OpenEdge.Core.Collections.Array Split (String) |
|
|||||
|
OpenEdge.Core.Collections.Array Split (String, character) |
|
|||||
|
CHARACTER ToString () |
|
|||||
|
Trim () |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
String () |
/* Default constructor */ |
|||||
|
String (character) |
/* Constructor
@param longchar A string value */ |
|||||
|
String (longchar) |
/* Constructor
@param longchar A string value */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER Encoding |
/* Content encoding (eg utf-8) of this string. Defaults to CPINTERNAL if not specified */ |
|||||
|
INT64 Size |
/** Returns the size of the contained string, in bytes */ |
|||||
|
LONGCHAR Value |
/** Contains the actual string value */ |
Top
Append (longchar)
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Append (String)
|
|||||||||||||||||||||||||
OpenEdge.Core.String Empty ()
|
|||||||||||||||||||||||||
LOGICAL Equals (Object)
|
|||||||||||||||||||||||||
LOGICAL IsNullOrEmpty ()
|
|||||||||||||||||||||||||
LOGICAL IsNullOrEmpty (longchar)
|
|||||||||||||||||||||||||
LOGICAL IsQuoted (longchar)
|
|||||||||||||||||||||||||
LOGICAL IsQuoted (longchar, character)
|
|||||||||||||||||||||||||
OpenEdge.Core.String Join (Array, character)
|
|||||||||||||||||||||||||
LONGCHAR Join (character[], character)
|
|||||||||||||||||||||||||
OpenEdge.Core.String Join (String[], character)
|
|||||||||||||||||||||||||
Prepend (longchar)
|
|||||||||||||||||||||||||
Prepend (String)
|
|||||||||||||||||||||||||
OpenEdge.Core.Collections.Array Split ()
|
|||||||||||||||||||||||||
OpenEdge.Core.Collections.Array Split (character)
|
|||||||||||||||||||||||||
CHARACTER Split (longchar)
|
|||||||||||||||||||||||||
CHARACTER Split (longchar, character)
|
|||||||||||||||||||||||||
OpenEdge.Core.Collections.Array Split (String)
|
|||||||||||||||||||||||||
OpenEdge.Core.Collections.Array Split (String, character)
|
|||||||||||||||||||||||||
CHARACTER ToString ()
|
|||||||||||||||||||||||||
Trim ()
|
String ()
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
String (character)
|
|||||||||||||
String (longchar)
|
CHARACTER Encoding
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Size
|
|||||||||||
LONGCHAR Value
|
Progress® OpenEdge® Release 11.7