RFA .NET
Overload List
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. |