Click or drag to resize

Utf8StringClone Method

Creates a clone of the current Utf8String.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public Object Clone()

Return Value

Type: Object
A new Utf8String with the same value as the current instance.

Implements

ICloneableClone
See Also