Click or drag to resize

CommonObjectFromBase64String Method

Create a CommonObject instance from a Base64 encoded string. This is typically the values used when passing common objects around as JSON data

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static CommonObject FromBase64String(
	int archive3dm,
	int opennurbs,
	string base64Data
)

Parameters

archive3dm
Type: SystemInt32

[Missing <param name="archive3dm"/> documentation for "M:Rhino.Runtime.CommonObject.FromBase64String(System.Int32,System.Int32,System.String)"]

opennurbs
Type: SystemInt32

[Missing <param name="opennurbs"/> documentation for "M:Rhino.Runtime.CommonObject.FromBase64String(System.Int32,System.Int32,System.String)"]

base64Data
Type: SystemString

[Missing <param name="base64Data"/> documentation for "M:Rhino.Runtime.CommonObject.FromBase64String(System.Int32,System.Int32,System.String)"]

Return Value

Type: CommonObject

[Missing <returns> documentation for "M:Rhino.Runtime.CommonObject.FromBase64String(System.Int32,System.Int32,System.String)"]

See Also