RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates a string from the given System.String.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_WString( string str ) |
Visual Basic |
---|
Public Sub New ( _ str As String _ ) |
Visual C++ |
---|
public: RFA_WString( String^ str ) |
F# |
---|
new : str:string -> RFA_WString |
Parameters
- str
- Type: System..::..String
A string to copy from.