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: 1.0.0+b1c843815044ca6fd87a144c9ff16386002c6473
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