Click or drag to resize

BinaryStringClone Method

Creates a new object that is a copy of the current instance.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public BinaryString Clone()

Return Value

Type: BinaryString
A new object that is a copy of this instance.
See Also