RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets this string to specified string.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Set( string str ) |
Visual Basic |
---|
Public Sub Set ( _ str As String _ ) |
Visual C++ |
---|
public: void Set( String^ str ) |
F# |
---|
member Set : str:string -> unit |
Parameters
- str
- Type: System..::..String
A string to copy from.
Remarks
This method supports Unicode characters.