SalString
PPJ.Runtime.SalString
public class SalString : IComparable, IConvertible, IFormattable, INullable, ISalType, IXmlSerializablePublic Class SalString
Inherits IComparable
Implements IConvertible, IFormattable, INullable, ISalType, IXmlSerializableConstructors
SalString()
SalString(x)
Name
Type
Description
SalString(chars)
Name
Type
Description
SalString(chars, index, length)
Name
Type
Description
SalString(blob)
Name
Type
Description
SalString(blob, index, length)
Name
Type
Description
Fields
Name
Type
Description
Properties
IsBlob
IsEmpty
IsNull
Item(index)
Length
Value
Methods
Clone()
Compare(x, y)
Parameter
Type
Description
CompareTo(obj)
Parameter
Type
Description
CompareTo(x)
Parameter
Type
Description
Compress()
Compress(sRet)
Parameter
Type
Description
Concat(x, y)
Parameter
Type
Description
FirstChar(target, charCode)
Parameter
Type
Description
FreeHandle(handle)
Parameter
Type
Description
FromHandle(handle, free)
Parameter
Type
Description
FromHandleOnce(handle)
Parameter
Type
Description
FromHex(hex)
Parameter
Type
Description
GetBlob()
GetBufferLength()
IsValidCurrency(precision, scale)
Parameter
Type
Description
IsValidCurrency(precision, scale, provider)
Parameter
Type
Description
IsValidCurrency(precision, scale, format, provider)
Parameter
Type
Description
IsValidDateTime()
IsValidDateTime(provider)
Parameter
Type
Description
IsValidDateTime(format, provider)
Parameter
Type
Description
IsValidDecimal(precision, scale)
Parameter
Type
Description
IsValidDecimal(precision, scale, provider)
Parameter
Type
Description
IsValidDecimal(precision, scale, format, provider)
Parameter
Type
Description
IsValidIdentifierName()
IsValidInteger()
IsValidInteger(format)
Parameter
Type
Description
IsValidNumber()
IsValidNumber(provider)
Parameter
Type
Description
IsValidNumber(format, provider)
Parameter
Type
Description
Left(length)
Parameter
Type
Description
Left(length, target)
Parameter
Type
Description
Lop(target)
Parameter
Type
Description
Mid(pos, length)
Parameter
Type
Description
Mid(pos, length, target)
Parameter
Type
Description
Repeat(times)
Parameter
Type
Description
Repeat(times, target)
Parameter
Type
Description
Replace(startPos, length, replace)
Parameter
Type
Description
Replace(startPos, length, replace, target)
Parameter
Type
Description
Right(length)
Parameter
Type
Description
Right(length, target)
Parameter
Type
Description
Scan(pattern)
Parameter
Type
Description
SetBufferLength(length)
Parameter
Type
Description
SetBufferLength(target, length)
Parameter
Type
Description
ToDate()
ToDate(format)
Parameter
Type
Description
ToDate(format, provider)
Parameter
Type
Description
ToHandle()
ToHex()
Tokenize(startDel, endDel)
Parameter
Type
Description
Tokenize(startDel, endDel, target)
Parameter
Type
Description
ToLower()
ToLower(target)
Parameter
Type
Description
ToNumber()
ToNumber(format)
Parameter
Type
Description
ToNumber(format, provider)
Parameter
Type
Description
ToProper()
ToProper(target)
Parameter
Type
Description
ToUpper()
ToUpper(target)
Parameter
Type
Description
Trim()
Trim(target)
Parameter
Type
Description
Uncompress()
Uncompress(target)
Parameter
Type
Description
Inherited By
Name
Description
Implements
Name
Description
Last updated