DataUrlInfoClone Method

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

Definition

Namespace: FolkerKinzel.DataUrls
Assembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 2.0.7+f420e766440407ca7bfdc5c20bddf380fd0dd65f
C#
public DataUrlInfo Clone()

Return Value

DataUrlInfo
A new DataUrlInfo, which is a copy of this instance.

Remarks

The copy is built on a separate String, which is case-normalized and only as long as needed.

See Also