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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Deduplicate(
string text
)
Public Function Deduplicate (
text As String
) As String
public:
String^ Deduplicate(
String^ text
)
member Deduplicate :
text : string -> string
Parameters
- text
- Type: SystemString
Return Value
Type:
StringSee Also