RFA .NET
The RFA_String type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RFA_String()()()() | Creates an empty string. |
![]() | RFA_String(UInt32) | Preallocates space to avoid multiple memory allocations. |
![]() | RFA_String(array<Byte>[]()[][]) | Creates a string from specified Byte array. |
![]() | RFA_String(array<Char>[]()[][]) | Creates a string from specified Char array for unicode characters. |
![]() | RFA_String(String) | Creates a string from the given System.String. |
![]() | RFA_String(RFA_String) | Creates a string with a copy of a given contents. |
![]() | RFA_String(array<Byte>[]()[][], UInt32) | Creates a string from specified Byte array with the specified length. |
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_String. |
![]() | 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_String) | Appends an RFA_String to this RFA_String. |
![]() | Clear | Cleares this string. |
![]() | CompareCase(String) | Compares this RFA_String to System.String with case sensitivity. |
![]() | CompareCase(RFA_String) | Compares this RFA_String to other RFA_String with case sensitivity. |
![]() | CompareIgnoreCase(String) | Compares this RFA_String to System.String, ignoring case. |
![]() | CompareIgnoreCase(RFA_String) | Compares this RFA_String to other RFA_String, ignoring case. |
![]() | CompareTo | Compares the current RFA_String with another RFA_String. |
![]() | 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_String) | Determines whether the specified RFA_String is equal to the current RFA_String. |
![]() | Find(String) | Finds the first occurence of specified System.String inside this RFA_String. |
![]() | Find(RFA_String) | Finds the first occurence of specified RFA_String inside this RFA_String. |
![]() | Find(String, UInt32) | Finds the first occurence of specified System.String inside this RFA_String.
The search starts at a specified character position. |
![]() | Find(RFA_String, UInt32) | Finds the first occurence of specified RFA_String inside this RFA_String.
The search starts at a specified character position. |
![]() | FindLast(String) | Finds the last occurence of specified System.String inside this RFA_String. |
![]() | FindLast(RFA_String) | Finds the last occurence of specified RFA_String inside this RFA_String. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object..::..GetHashCode()()()().) |
![]() | Replace(UInt32, UInt32, String) | Replaces the current RFA_String with the specified System.String. |
![]() | Replace(UInt32, UInt32, RFA_String) | Replaces the current RFA_String with the specified RFA_String. |
![]() | Set(array<Byte>[]()[][]) | Sets this string to specified Byte array. |
![]() | Set(String) | Sets this string to specified string. |
![]() | Set(array<Byte>[]()[][], UInt32) | Sets this string to specified memory array with the specified length. |
![]() | SubStr | Retrieves a substring from the current RFA_String object.
The substring starts at a specified index number,
or character position, in the RFA_String object. |
![]() | ToLower | Converts all upper case letters in this RFA_String to lower case. |
![]() | ToString | Converts to System.String. (Overrides Object..::..ToString()()()().) |
![]() | ToUpper | Converts all lower case letters in this RFA_String to upper case. |
![]() | TrimWhitespace | Removes leading and trailing whitespace from this RFA_String. |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition(String, RFA_String) | Adds an System.String, right, to RFA_String, left. |
![]() ![]() | Addition(RFA_String, String) | Adds an System.String, right, to RFA_String, left. |
![]() ![]() | Addition(RFA_String, RFA_String) | Adds an RFA_String, right, to RFA_String, left. |
![]() ![]() | Equality(String, RFA_String) | Compares System.String to RFA_String. |
![]() ![]() | Equality(RFA_String, String) | Compares an RFA_String to System.String. |
![]() ![]() | Equality(RFA_String, RFA_String) | Compares an RFA_String to other RFA_String. |
![]() ![]() | GreaterThan(String, RFA_String) | Compares System.String to RFA_String. |
![]() ![]() | GreaterThan(RFA_String, String) | Compares RFA_String to System.String. |
![]() ![]() | GreaterThan(RFA_String, RFA_String) | Compares RFA_String to RFA_String. |
![]() ![]() | GreaterThanOrEqual(String, RFA_String) | Compares System.String to RFA_String. |
![]() ![]() | GreaterThanOrEqual(RFA_String, String) | Compares RFA_String to System.String. |
![]() ![]() | GreaterThanOrEqual(RFA_String, RFA_String) | Compares RFA_String to RFA_String. |
![]() ![]() | Inequality(String, RFA_String) | Compares System.String to RFA_String. |
![]() ![]() | Inequality(RFA_String, String) | Compares RFA_String to System.String. |
![]() ![]() | Inequality(RFA_String, RFA_String) | Compares RFA_String to RFA_String. |
![]() ![]() | LessThan(String, RFA_String) | Compares System.String to RFA_String. |
![]() ![]() | LessThan(RFA_String, String) | Compares RFA_String to System.String. |
![]() ![]() | LessThan(RFA_String, RFA_String) | Compares RFA_String to RFA_String. |
![]() ![]() | LessThanOrEqual(String, RFA_String) | Compares System.String to RFA_String. |
![]() ![]() | LessThanOrEqual(RFA_String, String) | Compares RFA_String to System.String. |
![]() ![]() | LessThanOrEqual(RFA_String, RFA_String) | Compares RFA_String to RFA_String. |
Properties
Name | Description | |
---|---|---|
![]() | Length | Gets the length in bytes of the internal storage. |
![]() | Size | Gets the length in bytes of the internal storage. |