The SalStringContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Returns a copy of this string.
(Inherited from SalString.) |
![]() | CompareTo(Object) | (Inherited from SalString.) |
![]() | CompareTo(SalString) | (Inherited from SalString.) |
![]() | Compress()()()() |
Compresses the string.
(Inherited from SalString.) |
![]() | Compress(SalString%) |
Compresses the string.
(Inherited from SalString.) |
![]() | Equals |
Overrides the Object.Equals() method.
(Inherited from SalString.) |
![]() | GetBlob |
Returns the string content as an array of bytes.
(Inherited from SalString.) |
![]() | GetBufferLength |
Returns the current buffer length of the string.
(Inherited from SalString.) |
![]() | GetHashCode |
Overrides the Object.GetHashCode() method
(Inherited from SalString.) |
![]() | IsValidCurrency(Int32, Int32) |
Verifies that an entire character string represents a valid currency value.
(Inherited from SalString.) |
![]() | IsValidCurrency(Int32, Int32, IFormatProvider) |
Verifies that an entire character string represents a valid currency value.
(Inherited from SalString.) |
![]() | IsValidCurrency(Int32, Int32, String, IFormatProvider) |
Verifies that an entire character string represents a valid currency value.
(Inherited from SalString.) |
![]() | IsValidDateTime()()()() |
Verifies that an entire character string represents a valid date/time value.
(Inherited from SalString.) |
![]() | IsValidDateTime(IFormatProvider) |
Verifies that an entire character string represents a valid date/time value.
(Inherited from SalString.) |
![]() | IsValidDateTime(String, IFormatProvider) |
Verifies that an entire character string represents a valid date/time value.
(Inherited from SalString.) |
![]() | IsValidDecimal(Int32, Int32) |
Verifies that an entire character string represents a valid decimal value.
(Inherited from SalString.) |
![]() | IsValidDecimal(Int32, Int32, IFormatProvider) |
Verifies that an entire character string represents a valid decimal value.
(Inherited from SalString.) |
![]() | IsValidDecimal(Int32, Int32, String, IFormatProvider) |
Verifies that an entire character string represents a valid decimal value.
(Inherited from SalString.) |
![]() | IsValidIdentifierName |
Returns TRUE if the string is a valid identifier.
(Inherited from SalString.) |
![]() | IsValidInteger()()()() |
Verifies that an entire character string represents a valid integer value.
(Inherited from SalString.) |
![]() | IsValidInteger(String) |
Verifies that an entire character string represents a valid integer value.
(Inherited from SalString.) |
![]() | IsValidNumber()()()() |
Verifies that an entire character string represents a valid number value.
(Inherited from SalString.) |
![]() | IsValidNumber(IFormatProvider) |
Verifies that an entire character string represents a valid number value.
(Inherited from SalString.) |
![]() | IsValidNumber(String, IFormatProvider) |
Verifies that an entire character string represents a valid number value.
(Inherited from SalString.) |
![]() | Left(Int32) |
Returns a substring of a specified length starting at position zero.
(Inherited from SalString.) |
![]() | Left(Int32, SalString%) |
Returns a substring of a specified length starting at position zero.
(Inherited from SalString.) |
![]() | Lop |
Returns the UNICODE numeric value of the first character of a string in decimal format
ane removes the first character of the string.
(Inherited from SalString.) |
![]() | Mid(Int32, Int32) |
Returns a substring, starting at a specified position and containing a specified number of characters.
(Inherited from SalString.) |
![]() | Mid(Int32, Int32, SalString%) |
Returns a substring, starting at a specified position and containing a specified number of characters.
(Inherited from SalString.) |
![]() | Repeat(Int32) |
Concatenates a string with itself a specified number of times.
(Inherited from SalString.) |
![]() | Repeat(Int32, SalString%) |
Concatenates a string with itself a specified number of times.
(Inherited from SalString.) |
![]() | Replace(Int32, Int32, String) |
Replaces characters in one string with characters from another string.
(Inherited from SalString.) |
![]() | Replace(Int32, Int32, String, SalString%) |
Replaces characters in one string with characters from another string.
(Inherited from SalString.) |
![]() | Right(Int32) |
Returns a string of specified length,
starting with the last character in the string.
(Inherited from SalString.) |
![]() | Right(Int32, SalString%) |
Returns a string of specified length,
starting with the last character in the string.
(Inherited from SalString.) |
![]() | Scan |
Searches for and returns the offset of a specified substring.
Uses wildcard chars: % and _
(Inherited from SalString.) |
![]() | SetBufferLength(Int32) | (Inherited from SalString.) |
![]() | SetBufferLength(SalString%, Int32) | (Inherited from SalString.) |
![]() | ToDate()()()() |
Converts a string to a date/time value.
(Inherited from SalString.) |
![]() | ToDate(String) |
Converts a string to a date/time value.
(Inherited from SalString.) |
![]() | ToDate(String, IFormatProvider) |
Converts a string to a date/time value.
(Inherited from SalString.) |
![]() | ToHandle |
Converts a string to a number (handle) so it can be passed in a message
using SalHStringTonumber.
The handle is created using a GCHandle reference tos this string. Therefore
once the strong reference is created, this string will never be garbage collected
until the application exits.
(Inherited from SalString.) |
![]() | ToHex |
Encodes the string buffer to a hexadecimal string.
(Inherited from SalString.) |
![]() | Tokenize(String, String) |
Parses a string into substrings (tokens) based on specified start and end delimiters.
(Inherited from SalString.) |
![]() | Tokenize(String, String, SalArray<(Of <<'(SalString>)>>)) |
Parses a string into substrings (tokens) based on specified start and end delimiters.
(Inherited from SalString.) |
![]() | ToLower()()()() |
Converts a string to lowercase.
(Inherited from SalString.) |
![]() | ToLower(SalString%) |
Converts a string to lowercase.
(Inherited from SalString.) |
![]() | ToNumber()()()() |
Converts a string to a number.
(Inherited from SalString.) |
![]() | ToNumber(String) |
Converts a string to a number.
(Inherited from SalString.) |
![]() | ToNumber(String, IFormatProvider) |
Converts a string to a number.
(Inherited from SalString.) |
![]() | ToProper()()()() |
Converts a string to a proper name. In a proper name, the first
letter of each word is uppercase; the remaining letters are lowercase.
(Inherited from SalString.) |
![]() | ToProper(SalString%) |
Converts a string to a proper name. In a proper name, the first
letter of each word is uppercase; the remaining letters are lowercase.
(Inherited from SalString.) |
![]() | ToString()()()() |
Overrides the ToString() method and redirects it to the wrapped member.
(Inherited from SalString.) |
![]() | ToString(IFormatProvider) | (Inherited from SalString.) |
![]() | ToUpper()()()() |
Converts a string to uppercase.
(Inherited from SalString.) |
![]() | ToUpper(SalString%) |
Converts a string to uppercase.
(Inherited from SalString.) |
![]() | Trim()()()() |
Strips leading and trailing blanks and compresses multiple spaces and tabs within
a string to single spaces.
(Inherited from SalString.) |
![]() | Trim(SalString%) |
Strips leading and trailing blanks and compresses multiple spaces and tabs within
a string to single spaces.
(Inherited from SalString.) |
![]() | Uncompress()()()() |
Decompresses the string.
(Inherited from SalString.) |
![]() | Uncompress(SalString%) |
Decompresses the string.
(Inherited from SalString.) |