RFA .NET
The RFA_WString type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Append(Int32) | Appends the ASCII representation of the provided value to this string. |
![]() | Append(Int64) | Appends the ASCII representation of the provided value to this string. |
![]() | Append(String) | Appends a System.String to this RFA_WString. |
![]() | Append(UInt32) | Appends the ASCII representation of the provided value to this string. |
![]() | Append(UInt64) | Appends the ASCII representation of the provided value to this string. |
![]() | Append(RFA_WString) | Appends an RFA_WString to this RFA_WString. |
![]() | Clear | Clears this string. |
![]() | CompareCase(String) | Compares this RFA_WString to System.String with case sensitivity. |
![]() | CompareCase(RFA_WString) | Compares this RFA_WString to other RFA_WString with case sensitivity. |
![]() | CompareIgnoreCase(String) | Compares this RFA_WString to System.String, ignoring case. |
![]() | CompareIgnoreCase(RFA_WString) | Compares this RFA_WString to other RFA_WString, ignoring case. |
![]() | CompareTo | Compares the current RFA_WString with another RFA_WString. |
![]() | Data | Gets an array to the internal storage. |
![]() | Dispose | Releases unmanaged resources. |
![]() | Empty | Gets the boolean value to determine the string is empty. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object..::..Equals(Object).) |
![]() | Equals(RFA_WString) | Determines whether the specified RFA_WString is equal to the current RFA_WString. |
![]() | Find(String) | Finds the first occurence of specified System.String inside this RFA_WString. |
![]() | Find(RFA_WString) | Finds the first occurence of specified RFA_WString inside this RFA_WString. |
![]() | Find(String, UInt32) | Finds the first occurence of specified System.String inside this RFA_WString.
The search starts at a specified character position. |
![]() | Find(RFA_WString, UInt32) | Finds the first occurence of specified RFA_WString inside this RFA_WString.
The search starts at a specified character position. |
![]() | FindLast(String) | Finds the last occurence of specified System.String inside this RFA_WString. |
![]() | FindLast(RFA_WString) | Finds the last occurence of specified RFA_WString inside this RFA_WString. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object..::..GetHashCode()()()().) |
![]() | Replace(UInt32, UInt32, String) | Replaces the current RFA_WString with the specified System.String. |
![]() | Replace(UInt32, UInt32, RFA_WString) | Replaces the current RFA_WString with the specified RFA_WString. |
![]() | Set(array<Char>[]()[][]) | Sets this string to specified Char array. |
![]() | Set(String) | Sets this string to specified string. |
![]() | Set(array<Char>[]()[][], UInt32) | Sets this string to specified memory array with the specified length. |
![]() | SubStr | Retrieves a substring from the current RFA_WString object.
The substring starts at a specified index number,
or character position, in the String object. |
![]() | ToLower | Converts all upper case letters in this RFA_WString to lower case. |
![]() | ToString | Converts to System.String. (Overrides Object..::..ToString()()()().) |
![]() | ToUpper | Converts all lower case letters in this RFA_WString to upper case. |
![]() | TrimWhitespace | Removes leading and trailing whitespace from this RFA_WString. |