Click or drag to resize
StringDeduplicatorDeduplicate Method (String)
Returns the text passed in. If the text has been seen before then the first instance of the string is returned in place of the instance passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Deduplicate(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: String
See Also