StringWrapperSetString Method |
Set contents of this string.
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void SetString(
string s
)
Public Sub SetString (
s As String
)
Parameters
- s
- Type: SystemString
The new string.
See Also