Click or drag to resize

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
)

Parameters

s
Type: SystemString
The new string.
See Also