RFA .NET
Overload List
Name | Description | |
---|---|---|
![]() | RFA_WString()()()() | Creates an empty string. |
![]() | RFA_WString(UInt32) | Preallocates space to avoid multiple memory allocations. |
![]() | RFA_WString(array<Byte>[]()[][]) | Constructor to create a unicode characters from a UTF-8 encoded Byte array. |
![]() | RFA_WString(array<Char>[]()[][]) | Creates a string from specified Char array. |
![]() | RFA_WString(String) | Creates a string from the given System.String. |
![]() | RFA_WString(RFA_WString) | Creates a string with a copy of a given contents. |
![]() | RFA_WString(array<Char>[]()[][], UInt32) | Creates a string from specified Char array with the specified length. |